|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagejava.security.spec
as colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a <code> tag will cause all subsequent paragraphs to be displayed differently.
A (transparent) specification of cryptographic parameters.This interface contains no methods or constants. Its only purpose is to group (and provide type safety for) all parameter specifications. All parameter specifications must implement this interface. @author Jan Luehe @version 1.
7 9811 02/1202/0300 @see java.security.AlgorithmParameters @see DSAParameterSpec @sinceJDK11.2
This class specifies the set of parameters used with the DSA algorithm. @author Jan Luehe @version 1.9 9813 02/1202/0300 @see AlgorithmParameterSpec @sinceJDK11.2
This class specifies a DSA private key with its associated parameters. @author Jan Luehe @version 1.11 9815 02/1202/0300 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see DSAPublicKeySpec @see PKCS8EncodedKeySpec @sinceJDK11.2
This class specifies a DSA public key with its associated parameters. @author Jan Luehe @version 1.11 9815 02/1202/0300 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see DSAPrivateKeySpec @see X509EncodedKeySpec @sinceJDK11.2
This class represents a public or private key in encoded format. @author Jan Luehe @version 1.12 9816 02/1202/0300 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see X509EncodedKeySpec @see PKCS8EncodedKeySpec @sinceJDK11.2
This is the exception for invalid key specifications. @author Jan Luehe @version 1.7 0911 02/2102/9800 @see KeySpec @sinceJDK11.2
This is the exception for invalid parameter specifications. @author Jan Luehe @version 1.7 0911 02/2102/9800 @see java.security.AlgorithmParameters @see AlgorithmParameterSpec @see DSAParameterSpec @sinceJDK11.2
A (transparent) specification of the key material that constitutes a cryptographic key.If the key is stored on a hardware device its specification may contain information that helps identify the key on the device.
A key may be specified in an algorithm-specific way or in an algorithm-independent encoding format (such as ASN.1). For example a DSA private key may be specified by its components
x
p
q
andg
(see o it may be specified using its DER encoding (seeThis interface contains no methods or constants. Its only purpose is to group (and provide type safety for) all key specifications. All key specifications must implement this interface. @author Jan Luehe @version 1.
10 9814 02/1202/0300 @see java.security.Key @see java.security.KeyFactory @see EncodedKeySpec @see X509EncodedKeySpec @see PKCS8EncodedKeySpec @see DSAPrivateKeySpec @see DSAPublicKeySpec @sinceJDK11.2
This class represents theDERASN.1 encoding of a private key encoded according to theformatASN.1 typePrivateKeyInfo
specifiedwhose syntax is defined in the PKCS#8 standard.as follows:PrivateKeyInfo ::= SEQUENCE { version Version privateKeyAlgorithm PrivateKeyAlgorithmIdentifier privateKeyPrivateKey attributes [0] IMPLICIT Attributes OPTIONAL } Version ::= INTEGER PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier PrivateKey ::= OCTET STRING Attributes ::= SET OF Attribute @author Jan Luehe @version 1.9 9814 02/1202/0300 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see EncodedKeySpec @see X509EncodedKeySpec @sinceJDK11.2
This class specifies an RSA private key as defined in the PKCS#1 standard using the Chinese Remainder Theorem (CRT) information values for efficiency. @author Jan Luehe @version 1.5 988 00/1202/0302 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see PKCS8EncodedKeySpec @see RSAPrivateKeySpec @see RSAPublicKeySpec
This class specifies an RSA private key. @author Jan Luehe @version 1.4 986 00/1202/0302 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see PKCS8EncodedKeySpec @see RSAPublicKeySpec @see RSAPrivateCrtKeySpec
This class specifies an RSA public key. @author Jan Luehe @version 1.4 986 00/1202/0302 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see X509EncodedKeySpec @see RSAPrivateKeySpec @see RSAPrivateCrtKeySpec
This class represents theDERASN.1 encoding of a publicor privatekey encoded according to theformatASN.1 typeSubjectPublicKeyInfo
whose syntaxspecifiedis defined in the X.509 standard.as follows:SubjectPublicKeyInfo ::= SEQUENCE { algorithm AlgorithmIdentifier subjectPublicKey BIT STRING }@author Jan Luehe @version 1.9 9814 02/1202/0300 @see java.security.Key @see java.security.KeyFactory @see KeySpec @see EncodedKeySpec @see PKCS8EncodedKeySpec @sinceJDK11.2