|
Bouncy Castle Cryptography 1.11 API Specification: Class AuthenticatedSafe
org.bouncycastle.asn1.pkcs
Class AuthenticatedSafe
java.lang.Object
|
+--org.bouncycastle.asn1.pkcs.AuthenticatedSafe
- All Implemented Interfaces:
- DEREncodable
- public class AuthenticatedSafe
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatedSafe
public AuthenticatedSafe(DERConstructedSequence seq)
AuthenticatedSafe
public AuthenticatedSafe(ContentInfo[] info)
getContentInfo
public ContentInfo[] getContentInfo()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject in interface DEREncodable
|