AlgorithmParameterSpec
View Source
|
A (transparent) specification of cryptographic parameters.
|
DSAParameterSpec
View Source
|
This class specifies the set of parameters used with the DSA algorithm.
|
DSAPrivateKeySpec
View Source
|
This class specifies a DSA private key with its associated parameters.
|
DSAPublicKeySpec
View Source
|
This class specifies a DSA public key with its associated parameters.
|
ECField
View Source
|
This interface represents an elliptic curve (EC) finite field.
|
ECFieldF2m
View Source
|
This immutable class defines an elliptic curve (EC)
characteristic 2 finite field.
|
ECFieldFp
View Source
|
This immutable class defines an elliptic curve (EC) prime
finite field.
|
ECGenParameterSpec
View Source
|
This immutable class specifies the set of parameters used for
generating elliptic curve (EC) domain parameters.
|
ECParameterSpec
View Source
|
This immutable class specifies the set of domain parameters
used with elliptic curve cryptography (ECC).
|
ECPoint
View Source
|
This immutable class represents a point on an elliptic curve (EC)
in affine coordinates.
|
ECPrivateKeySpec
View Source
|
This immutable class specifies an elliptic curve private key with
its associated parameters.
|
ECPublicKeySpec
View Source
|
This immutable class specifies an elliptic curve public key with
its associated parameters.
|
EllipticCurve
View Source
|
This immutable class holds the necessary values needed to represent
an elliptic curve.
|
EncodedKeySpec
View Source
|
This class represents a public or private key in encoded format.
|
InvalidKeySpecException
View Source
|
This is the exception for invalid key specifications.
|
InvalidParameterSpecException
View Source
|
This is the exception for invalid parameter specifications.
|
KeySpec
View Source
|
A (transparent) specification of the key material
that constitutes a cryptographic key.
|
MGF1ParameterSpec
View Source
|
This class specifies the set of parameters used with mask generation
function MGF1 in OAEP Padding and RSA-PSS signature scheme, as
defined in the
PKCS #1 v2.1
standard.
|
PKCS8EncodedKeySpec
View Source
|
This class represents the ASN.1 encoding of a private key,
encoded according to the ASN.1 type PrivateKeyInfo .
|
PSSParameterSpec
View Source
|
This class specifies a parameter spec for RSA-PSS signature scheme,
as defined in the
PKCS#1 v2.1
standard.
|
RSAKeyGenParameterSpec
View Source
|
This class specifies the set of parameters used to generate an RSA
key pair.
|
RSAMultiPrimePrivateCrtKeySpec
View Source
|
This class specifies an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
values for efficiency.
|
RSAOtherPrimeInfo
View Source
|
This class represents the triplet (prime, exponent, and coefficient)
inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
|
RSAPrivateCrtKeySpec
View Source
|
This class specifies an RSA private key, as defined in the PKCS#1
standard, using the Chinese Remainder Theorem (CRT) information values for
efficiency.
|
RSAPrivateKeySpec
View Source
|
This class specifies an RSA private key.
|
RSAPublicKeySpec
View Source
|
This class specifies an RSA public key.
|
X509EncodedKeySpec
View Source
|
This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type SubjectPublicKeyInfo .
|