public class ContentEncryptionParts extends Object
ContentEncryptionParts(byte[] iv, byte[] ciphertext, byte[] authenticationTag)
byte[]
getAuthenticationTag()
getCiphertext()
getIv()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ContentEncryptionParts(byte[] iv, byte[] ciphertext, byte[] authenticationTag)
public byte[] getIv()
public byte[] getCiphertext()
public byte[] getAuthenticationTag()
Copyright © 2016. All rights reserved.