Google

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

org.bouncycastle.asn1.pkcs
Class EncryptionScheme

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.AlgorithmIdentifier
        |
        +--org.bouncycastle.asn1.pkcs.EncryptionScheme
All Implemented Interfaces:
DEREncodable

public class EncryptionScheme
extends AlgorithmIdentifier


Method Summary
 DERObject getDERObject()
           AlgorithmIdentifier ::= SEQUENCE { algorithm OBJECT IDENTIFIER, parameters ANY DEFINED BY algorithm OPTIONAL }
 DERObject getObject()
           
 
Methods inherited from class org.bouncycastle.asn1.x509.AlgorithmIdentifier
equals, getObjectId, getParameters
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObject

public DERObject getObject()

getDERObject

public DERObject getDERObject()
Description copied from class: AlgorithmIdentifier
      AlgorithmIdentifier ::= SEQUENCE {
                            algorithm OBJECT IDENTIFIER,
                            parameters ANY DEFINED BY algorithm OPTIONAL }
 
Overrides:
getDERObject in class AlgorithmIdentifier

Bouncy Castle Cryptography 1.11