org.bouncycastle.asn1.pkcs

Class AuthenticatedSafe

Implemented Interfaces:
DEREncodable

public class AuthenticatedSafe
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

AuthenticatedSafe(ASN1Sequence seq)
AuthenticatedSafe(ContentInfo[] info)

Method Summary

ContentInfo[]
getContentInfo()
DERObject
toASN1Object()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Constructor Details

AuthenticatedSafe

public AuthenticatedSafe(ASN1Sequence seq)

AuthenticatedSafe

public AuthenticatedSafe(ContentInfo[] info)

Method Details

getContentInfo

public ContentInfo[] getContentInfo()

toASN1Object

public DERObject toASN1Object()
Overrides:
toASN1Object in interface ASN1Encodable