public class

PBES2Algorithms

extends AlgorithmIdentifier
implements PKCSObjectIdentifiers
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x509.AlgorithmIdentifier
       ↳ org.bouncycastle.asn1.pkcs.PBES2Algorithms

This class is deprecated.
- use AlgorithmIdentifier and PBES2Parameters

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
From interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
[Expand]
Inherited Fields
From interface org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
Public Constructors
PBES2Algorithms(ASN1Sequence obj)
Public Methods
DERObject getDERObject()
EncryptionScheme getEncryptionScheme()
KeyDerivationFunc getKeyDerivationFunc()
DERObjectIdentifier getObjectId()
This method is deprecated. use getAlgorithm
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.x509.AlgorithmIdentifier
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public PBES2Algorithms (ASN1Sequence obj)

Public Methods

public DERObject getDERObject ()

public EncryptionScheme getEncryptionScheme ()

public KeyDerivationFunc getKeyDerivationFunc ()

public DERObjectIdentifier getObjectId ()

This method is deprecated.
use getAlgorithm