public class EncryptedDataImpl extends ByteArrayOutputStream
buf, count| Constructor and Description |
|---|
EncryptedDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncAlgo() |
String |
getEncoding() |
byte[] |
getEncryptedData() |
String |
getId() |
byte[] |
getIv() |
KeyInfoHeaderBlock |
getKeyInfo() |
String |
getMimeType() |
String |
getType() |
void |
setEncAlgo(String encAlgo) |
void |
setEncoding(String encoding) |
void |
setEncryptedData(byte[] encryptedData) |
void |
setId(String id) |
void |
setIv(byte[] iv) |
void |
setKeyInfo(KeyInfoHeaderBlock keyInfo) |
void |
setMimeType(String mimeType) |
void |
setType(String type) |
close, reset, size, toByteArray, toString, toString, toString, write, write, writeToflush, writepublic byte[] getIv()
public void setIv(byte[] iv)
public byte[] getEncryptedData()
public void setEncryptedData(byte[] encryptedData)
public KeyInfoHeaderBlock getKeyInfo()
public void setKeyInfo(KeyInfoHeaderBlock keyInfo)
public String getId()
public void setId(String id)
public String getMimeType()
public void setMimeType(String mimeType)
public String getEncoding()
public void setEncoding(String encoding)
public String getType()
public void setType(String type)
public String getEncAlgo()
public void setEncAlgo(String encAlgo)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.