Package org.gudy.bouncycastle.asn1.pkcs
Class AuthenticatedSafe
- java.lang.Object
-
- org.gudy.bouncycastle.asn1.pkcs.AuthenticatedSafe
-
- All Implemented Interfaces:
DEREncodable
public class AuthenticatedSafe extends java.lang.Object implements DEREncodable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ContentInfo[]
info
-
Constructor Summary
Constructors Constructor Description AuthenticatedSafe(ASN1Sequence seq)
AuthenticatedSafe(ContentInfo[] info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentInfo[]
getContentInfo()
DERObject
getDERObject()
-
-
-
Field Detail
-
info
ContentInfo[] info
-
-
Constructor Detail
-
AuthenticatedSafe
public AuthenticatedSafe(ASN1Sequence seq)
-
AuthenticatedSafe
public AuthenticatedSafe(ContentInfo[] info)
-
-
Method Detail
-
getContentInfo
public ContentInfo[] getContentInfo()
-
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject
in interfaceDEREncodable
-
-