Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.pkcs
Class EncryptionScheme

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.x509.AlgorithmIdentifier
          extended by org.bouncycastle.asn1.pkcs.EncryptionScheme
All Implemented Interfaces:
DEREncodable

public class EncryptionScheme
extends AlgorithmIdentifier


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
EncryptionScheme(DERObjectIdentifier objectId, DEREncodable parameters)
           
 
Method Summary
 DERObject getDERObject()
           
static AlgorithmIdentifier getInstance(java.lang.Object obj)
           
 DERObject getObject()
           
 
Methods inherited from class org.bouncycastle.asn1.x509.AlgorithmIdentifier
getAlgorithm, getInstance, getObjectId, getParameters, toASN1Object
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionScheme

public EncryptionScheme(DERObjectIdentifier objectId,
                        DEREncodable parameters)
Method Detail

getInstance

public static final AlgorithmIdentifier getInstance(java.lang.Object obj)

getObject

public DERObject getObject()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable
Overrides:
getDERObject in class ASN1Encodable

Bouncy Castle Cryptography 1.46