|
|||||||||
| Home >> All >> java >> security >> [ spec overview ] | PREV NEXT | ||||||||
A
- AlgorithmParameterSpec - interface java.security.spec.AlgorithmParameterSpec.
- A transparent interface for Algorithm Parameter Specifications.
C
- crtCoefficient - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- crtCoefficient - Variable in class java.security.spec.RSAOtherPrimeInfo
- crtCoefficient - Variable in class java.security.spec.RSAPrivateCrtKeySpec
D
- DSAParameterSpec - class java.security.spec.DSAParameterSpec.
- DSA Parameter class Specification.
- DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
- Constructs a new DSAParameterSpec with the specified p, q, and g.
- DSAPrivateKeySpec - class java.security.spec.DSAPrivateKeySpec.
- DSA Private Key class Specification.
- DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
- Constructs a new DSAPrivateKeySpec with the specified x, p, q, and g.
- DSAPublicKeySpec - class java.security.spec.DSAPublicKeySpec.
- DSA Public Key class Specification.
- DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
- Constructs a new DSAPublicKeySpec with the specified y, p, q, and g.
E
- EncodedKeySpec - class java.security.spec.EncodedKeySpec.
- Encoded Key Specification class which is used to store byte encoded keys.
- EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
- Constructs a new EncodedKeySpec with the specified encoded key.
- encodedKey - Variable in class java.security.spec.EncodedKeySpec
F
- F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
- Public Exponent F0 = 3
- F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
- Public Exponent F4 = 3
G
- g - Variable in class java.security.spec.DSAParameterSpec
- g - Variable in class java.security.spec.DSAPrivateKeySpec
- g - Variable in class java.security.spec.DSAPublicKeySpec
- getCrtCoefficient() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns the CRT Coefficient q-1 mod p.
- getCrtCoefficient() - Method in class java.security.spec.RSAOtherPrimeInfo
- Returns the CRT Coefficient.
- getCrtCoefficient() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA CRT coefficient.
- getEncoded() - Method in class java.security.spec.EncodedKeySpec
- Gets the encoded key in byte format.
- getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
- Gets the encoded key in byte format.
- getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
- Gets the encoded key in byte format.
- getExponent() - Method in class java.security.spec.RSAOtherPrimeInfo
- Returns the prime's exponent.
- getFormat() - Method in class java.security.spec.EncodedKeySpec
- Returns the name of the key format used.
- getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
- Returns the name of the key format used which is "PKCS#8"
- getFormat() - Method in class java.security.spec.X509EncodedKeySpec
- Returns the name of the key format used which is "X.509"
- getG() - Method in class java.security.spec.DSAParameterSpec
- Returns g for the DSA algorithm.
- getG() - Method in class java.security.spec.DSAPrivateKeySpec
- Returns g for the DSA algorithm.
- getG() - Method in class java.security.spec.DSAPublicKeySpec
- Returns g for the DSA algorithm.
- getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
- Return the size of the key.
- getModulus() - Method in class java.security.spec.RSAPrivateKeySpec
- Gets the RSA modulus.
- getModulus() - Method in class java.security.spec.RSAPublicKeySpec
- Gets the RSA modulus.
- getOtherPrimeInfo() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns a clone of
otherPrimeInfoornullif it wasnullat construction time. - getP() - Method in class java.security.spec.DSAParameterSpec
- Returns p for the DSA algorithm.
- getP() - Method in class java.security.spec.DSAPrivateKeySpec
- Returns p for the DSA algorithm.
- getP() - Method in class java.security.spec.DSAPublicKeySpec
- Returns p for the DSA algorithm.
- getPrime() - Method in class java.security.spec.RSAOtherPrimeInfo
- Returns the prime.
- getPrimeExponentP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns d mod (p-1).
- getPrimeExponentP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime exponent P.
- getPrimeExponentQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns d mod (q-1).
- getPrimeExponentQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime exponent P.
- getPrimeP() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns the prime p.
- getPrimeP() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime P.
- getPrimeQ() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns the prime q.
- getPrimeQ() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA prime Q.
- getPrivateExponent() - Method in class java.security.spec.RSAPrivateKeySpec
- Gets the RSA private exponent.
- getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
- Return the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Returns the public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAPrivateCrtKeySpec
- Gets the RSA public exponent.
- getPublicExponent() - Method in class java.security.spec.RSAPublicKeySpec
- Gets the RSA public exponent.
- getQ() - Method in class java.security.spec.DSAParameterSpec
- Returns p for the DSA algorithm.
- getQ() - Method in class java.security.spec.DSAPrivateKeySpec
- Returns p for the DSA algorithm.
- getQ() - Method in class java.security.spec.DSAPublicKeySpec
- Returns p for the DSA algorithm.
- getSaltLength() - Method in class java.security.spec.PSSParameterSpec
- getX() - Method in class java.security.spec.DSAPrivateKeySpec
- Returns private key x for the DSA algorithm.
- getY() - Method in class java.security.spec.DSAPublicKeySpec
- Returns public key y for the DSA algorithm.
I
- InvalidKeySpecException - exception java.security.spec.InvalidKeySpecException.
- Exception for an invalid key specification.
- InvalidKeySpecException() - Constructor for class java.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException without a message string.
- InvalidKeySpecException(String) - Constructor for class java.security.spec.InvalidKeySpecException
- Constructs an InvalidKeySpecException with a message string.
- InvalidKeySpecException(String, Throwable) - Constructor for class java.security.spec.InvalidKeySpecException
- Create a new instance with a descriptive error message and a cause.
- InvalidKeySpecException(Throwable) - Constructor for class java.security.spec.InvalidKeySpecException
- Create a new instance with a cause.
- InvalidParameterSpecException - exception java.security.spec.InvalidParameterSpecException.
- Exception for an invalid algorithm specification.
- InvalidParameterSpecException() - Constructor for class java.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException without a message string.
- InvalidParameterSpecException(String) - Constructor for class java.security.spec.InvalidParameterSpecException
- Constructs an InvalidParameterSpecException with a message string.
J
- java.security.spec - package java.security.spec
K
- KeySpec - interface java.security.spec.KeySpec.
- A transparent interface for Key Specifications.
- keysize - Variable in class java.security.spec.RSAKeyGenParameterSpec
M
- modulus - Variable in class java.security.spec.RSAPrivateKeySpec
- modulus - Variable in class java.security.spec.RSAPublicKeySpec
O
- otherPrimeInfo - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
P
- PKCS8EncodedKeySpec - class java.security.spec.PKCS8EncodedKeySpec.
- PKCS8 Encoded Key Specification class which is used to store "PKCS#8" byte encoded keys.
- PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
- Constructs a new PKCS8EncodedKeySpec with the specified encoded key.
- PSSParameterSpec - class java.security.spec.PSSParameterSpec.
- An implementation of AlgorithmParameterSpec for the RSA PSS encoding scheme.
- PSSParameterSpec(int) - Constructor for class java.security.spec.PSSParameterSpec
- Construct a new instance of
PSSParameterSpecgiven a salt length. - p - Variable in class java.security.spec.DSAParameterSpec
- p - Variable in class java.security.spec.DSAPrivateKeySpec
- p - Variable in class java.security.spec.DSAPublicKeySpec
- prime - Variable in class java.security.spec.RSAOtherPrimeInfo
- primeExponent - Variable in class java.security.spec.RSAOtherPrimeInfo
- primeExponentP - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- primeExponentP - Variable in class java.security.spec.RSAPrivateCrtKeySpec
- primeExponentQ - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- primeExponentQ - Variable in class java.security.spec.RSAPrivateCrtKeySpec
- primeP - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- primeP - Variable in class java.security.spec.RSAPrivateCrtKeySpec
- primeQ - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- primeQ - Variable in class java.security.spec.RSAPrivateCrtKeySpec
- privateExponent - Variable in class java.security.spec.RSAPrivateKeySpec
- publicExponent - Variable in class java.security.spec.RSAKeyGenParameterSpec
- publicExponent - Variable in class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- publicExponent - Variable in class java.security.spec.RSAPrivateCrtKeySpec
- publicExponent - Variable in class java.security.spec.RSAPublicKeySpec
Q
- q - Variable in class java.security.spec.DSAParameterSpec
- q - Variable in class java.security.spec.DSAPrivateKeySpec
- q - Variable in class java.security.spec.DSAPublicKeySpec
R
- RSAKeyGenParameterSpec - class java.security.spec.RSAKeyGenParameterSpec.
- This class generates a set of RSA Key parameters used in the generation of RSA keys.
- RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
- Create a new RSAKeyGenParameterSpec to store the RSA key's keysize and public exponent
- RSAMultiPrimePrivateCrtKeySpec - class java.security.spec.RSAMultiPrimePrivateCrtKeySpec.
- This class represents an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
- RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- Constructs a new instance of
RSAMultiPrimePrivateCrtKeySpecgiven the various PKCS#1 v2.1 parameters. - RSAOtherPrimeInfo - class java.security.spec.RSAOtherPrimeInfo.
- An in-memory representation of the RSA triplet (prime, exponent, and coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
- RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
- Constructs a new
RSAOtherPrimeInfogiven the PKCS#1 MPIs. - RSAPrivateCrtKeySpec - class java.security.spec.RSAPrivateCrtKeySpec.
- RSA Private Certificate Key class Specification.
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
- Constructs a new RSAPrivateKeySpec with the specified variables.
- RSAPrivateKeySpec - class java.security.spec.RSAPrivateKeySpec.
- RSA Private Key class Specification.
- RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
- Constructs a new RSAPrivateKeySpec with the specified modulus and privateExponent.
- RSAPublicKeySpec - class java.security.spec.RSAPublicKeySpec.
- RSA Public Key class Specification.
- RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
- Constructs a new RSAPublicKeySpec with the specified modulus and publicExponent.
S
- saltLen - Variable in class java.security.spec.PSSParameterSpec
- serialVersionUID - Static variable in class java.security.spec.InvalidKeySpecException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.security.spec.InvalidParameterSpecException
- Compatible with JDK 1.2+.
X
- X509EncodedKeySpec - class java.security.spec.X509EncodedKeySpec.
- X.509 Encoded Key Specification class which is used to store "X.509" byte encoded keys.
- X509EncodedKeySpec(byte[]) - Constructor for class java.security.spec.X509EncodedKeySpec
- Constructs a new X509EncodedKeySpec with the specified encoded key.
- x - Variable in class java.security.spec.DSAPrivateKeySpec
Y
- y - Variable in class java.security.spec.DSAPublicKeySpec
A C D E F G I J K M O P Q R S X Y
|
|||||||||
| Home >> All >> java >> security >> [ spec overview ] | PREV NEXT | ||||||||