| Package | Description |
|---|---|
| kz.gamma.cms |
| Modifier and Type | Field and Description |
|---|---|
private CMSTypedStream |
CMSSignedDataParser._signedContent |
| Modifier and Type | Method and Description |
|---|---|
CMSTypedStream |
CMSCompressedDataParser.getContent() |
protected CMSTypedStream |
RecipientInformation.getContentFromSessionKey(java.security.Key sKey,
java.lang.String provider) |
abstract CMSTypedStream |
RecipientInformation.getContentStream(java.security.Key key,
java.lang.String provider) |
CMSTypedStream |
PasswordRecipientInformation.getContentStream(java.security.Key key,
java.lang.String prov)
decrypt the content and return an input stream.
|
CMSTypedStream |
KeyTransRecipientInformation.getContentStream(java.security.Key key,
java.lang.String prov)
decrypt the content and return it as a byte array.
|
CMSTypedStream |
KeyAgreeRecipientInformation.getContentStream(java.security.Key key,
java.lang.String prov)
decrypt the content and return an input stream.
|
CMSTypedStream |
KEKRecipientInformation.getContentStream(java.security.Key key,
java.lang.String prov)
decrypt the content and return an input stream.
|
CMSTypedStream |
CMSSignedDataParser.getSignedContent() |
| Constructor and Description |
|---|
CMSSignedDataParser(CMSTypedStream signedContent,
byte[] sigBlock) |
CMSSignedDataParser(CMSTypedStream signedContent,
java.io.InputStream sigData)
base constructor
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.