java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.sun.xml.wss.core.EncryptedDataImpl
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
Simple EncryptedData for Sign and Encrypt Usecase.
- Author:
- K.Venugopal@sun.com
-
Field Summary
Fields inherited from class java.io.ByteArrayOutputStream
buf, count -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getId()byte[]getIv()getType()voidsetEncAlgo(String encAlgo) voidsetEncoding(String encoding) voidsetEncryptedData(byte[] encryptedData) voidvoidsetIv(byte[] iv) voidsetKeyInfo(KeyInfoHeaderBlock keyInfo) voidsetMimeType(String mimeType) voidMethods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeToMethods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
EncryptedDataImpl
public EncryptedDataImpl()
-
-
Method Details
-
getIv
public byte[] getIv() -
setIv
public void setIv(byte[] iv) -
getEncryptedData
public byte[] getEncryptedData() -
setEncryptedData
public void setEncryptedData(byte[] encryptedData) -
getKeyInfo
-
setKeyInfo
-
getId
-
setId
-
getMimeType
-
setMimeType
-
getEncoding
-
setEncoding
-
getType
-
setType
-
getEncAlgo
-
setEncAlgo
-