Bouncy Castle 1.46
Package Index
|
Class Index
org.bouncycastle
org.bouncycastle.asn1
org.bouncycastle.asn1.bc
org.bouncycastle.asn1.cmp
org.bouncycastle.asn1.cms
org.bouncycastle.asn1.cms.ecc
org.bouncycastle.asn1.crmf
org.bouncycastle.asn1.cryptopro
org.bouncycastle.asn1.eac
org.bouncycastle.asn1.esf
org.bouncycastle.asn1.ess
org.bouncycastle.asn1.gnu
org.bouncycastle.asn1.iana
org.bouncycastle.asn1.icao
org.bouncycastle.asn1.isismtt
org.bouncycastle.asn1.isismtt.ocsp
org.bouncycastle.asn1.isismtt.x509
org.bouncycastle.asn1.kisa
org.bouncycastle.asn1.microsoft
org.bouncycastle.asn1.misc
org.bouncycastle.asn1.mozilla
org.bouncycastle.asn1.nist
org.bouncycastle.asn1.ntt
org.bouncycastle.asn1.ocsp
org.bouncycastle.asn1.oiw
org.bouncycastle.asn1.pkcs
org.bouncycastle.asn1.sec
org.bouncycastle.asn1.smime
org.bouncycastle.asn1.teletrust
org.bouncycastle.asn1.tsp
org.bouncycastle.asn1.util
org.bouncycastle.asn1.x500
org.bouncycastle.asn1.x500.style
org.bouncycastle.asn1.x509
org.bouncycastle.asn1.x509.qualified
org.bouncycastle.asn1.x509.sigi
org.bouncycastle.asn1.x9
org.bouncycastle.crypto
org.bouncycastle.crypto.agreement
org.bouncycastle.crypto.agreement.kdf
org.bouncycastle.crypto.agreement.srp
org.bouncycastle.crypto.digests
org.bouncycastle.crypto.encodings
org.bouncycastle.crypto.engines
org.bouncycastle.crypto.examples
org.bouncycastle.crypto.generators
org.bouncycastle.crypto.io
org.bouncycastle.crypto.macs
org.bouncycastle.crypto.modes
org.bouncycastle.crypto.modes.gcm
org.bouncycastle.crypto.paddings
org.bouncycastle.crypto.params
org.bouncycastle.crypto.prng
org.bouncycastle.crypto.signers
org.bouncycastle.crypto.tls
org.bouncycastle.crypto.util
org.bouncycastle.i18n
org.bouncycastle.i18n.filter
org.bouncycastle.jce
org.bouncycastle.jce.examples
org.bouncycastle.jce.exception
org.bouncycastle.jce.interfaces
org.bouncycastle.jce.netscape
org.bouncycastle.jce.provider
org.bouncycastle.jce.provider.asymmetric
org.bouncycastle.jce.provider.asymmetric.ec
org.bouncycastle.jce.provider.symmetric
org.bouncycastle.jce.provider.test
org.bouncycastle.jce.provider.test.nist
org.bouncycastle.jce.provider.test.rsa3
org.bouncycastle.jce.spec
org.bouncycastle.math.ec
org.bouncycastle.mozilla
org.bouncycastle.ocsp
org.bouncycastle.ocsp.test
org.bouncycastle.openssl
org.bouncycastle.openssl.test
org.bouncycastle.util
org.bouncycastle.util.encoders
org.bouncycastle.util.io
org.bouncycastle.util.io.pem
org.bouncycastle.util.test
org.bouncycastle.voms
org.bouncycastle.x509
org.bouncycastle.x509.examples
org.bouncycastle.x509.extension
org.bouncycastle.x509.util
Interfaces
PKCSObjectIdentifiers
Classes
Attribute
AuthenticatedSafe
CertBag
CertificationRequest
CertificationRequestInfo
ContentInfo
DHParameter
EncryptedData
EncryptedPrivateKeyInfo
EncryptionScheme
IssuerAndSerialNumber
KeyDerivationFunc
MacData
PBEParameter
PBES2Algorithms
PBES2Parameters
PBKDF2Params
Pfx
PKCS12PBEParams
PrivateKeyInfo
RC2CBCParameter
RSAESOAEPparams
RSAPrivateKeyStructure
RSASSAPSSparams
SafeBag
SignedData
SignerInfo
Package Index
|
Class Index
Summary:
Inherited Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
PBKDF2Params
extends
ASN1Encodable
java.lang.Object
↳
org.bouncycastle.asn1.ASN1Encodable
↳
org.bouncycastle.asn1.pkcs.PBKDF2Params
Summary
[Expand]
Inherited Constants
From class
org.bouncycastle.asn1.ASN1Encodable
String
BER
String
DER
Public Constructors
PBKDF2Params
(byte[] salt, int iterationCount)
PBKDF2Params
(
ASN1Sequence
seq)
Public Methods
static
PBKDF2Params
getInstance
(
Object
obj)
BigInteger
getIterationCount
()
BigInteger
getKeyLength
()
byte[]
getSalt
()
DERObject
toASN1Object
()
[Expand]
Inherited Methods
From class
org.bouncycastle.asn1.ASN1Encodable
boolean
equals
(
Object
o)
byte[]
getDEREncoded
()
Return the DER encoding of the object, null if the DER encoding can not be made.
DERObject
getDERObject
()
byte[]
getEncoded
(
String
encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
byte[]
getEncoded
()
Return the default BER or DER encoding for this object.
int
hashCode
()
abstract
DERObject
toASN1Object
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.bouncycastle.asn1.DEREncodable
abstract
DERObject
getDERObject
()
Public Constructors
public
PBKDF2Params
(byte[] salt, int iterationCount)
public
PBKDF2Params
(
ASN1Sequence
seq)
Public Methods
public static
PBKDF2Params
getInstance
(
Object
obj)
public
BigInteger
getIterationCount
()
public
BigInteger
getKeyLength
()
public byte[]
getSalt
()
public
DERObject
toASN1Object
()