Bouncy Castle Cryptography 1.11 API Specification: Class AuthenticatedSafe
Bouncy Castle Cryptography 1.11

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


Constructor Summary
AuthenticatedSafe(ContentInfo[] info)
           
AuthenticatedSafe(DERConstructedSequence seq)
           
 
Method Summary
 ContentInfo[] getContentInfo()
           
 DERObject getDERObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedSafe

public AuthenticatedSafe(DERConstructedSequence seq)

AuthenticatedSafe

public AuthenticatedSafe(ContentInfo[] info)
Method Detail

getContentInfo

public ContentInfo[] getContentInfo()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11