Package org.bouncycastle.asn1.pkcs
Class AuthenticatedSafe
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.AuthenticatedSafe
- All Implemented Interfaces:
ASN1Encodable
public class AuthenticatedSafe extends ASN1Object
-
Constructor Summary
Constructors Constructor Description AuthenticatedSafe(ContentInfo[] info) -
Method Summary
Modifier and Type Method Description ContentInfo[]getContentInfo()static AuthenticatedSafegetInstance(Object o)ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
AuthenticatedSafe
-
-
Method Details
-
getInstance
-
getContentInfo
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-