| java.lang.Object org.apache.harmony.security.pkcs7.AuthenticatedAttributes
AuthenticatedAttributes | class AuthenticatedAttributes (Code) | | As defined in PKCS #7: Cryptographic Message Syntax Standard
(http://www.ietf.org/rfc/rfc2315.txt):
authenticatedAttributes is a set of attributes that are signed (i.e., authenticated) by the signer
|
AuthenticatedAttributes | public AuthenticatedAttributes(byte[] encoding, List authenticatedAttributes)(Code) | | |
getEncoded | public byte[] getEncoded()(Code) | | Returns ASN.1 encoded form of this authenticatedAttributes.
a byte array containing ASN.1 encode form. |
|
|