Uses of Interface
java.security.DEREncodable
Packages that use DEREncodablePREVIEW
Package
Description
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
Provides the classes and interfaces for cryptographic
operations.
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
-
Uses of DEREncodablePREVIEW in java.security
Subinterfaces of DEREncodablePREVIEW in java.securityModifier and TypeInterfaceDescriptioninterface
An asymmetric key, which can be either a public key or a private key.interface
A private key.interface
A public key.Classes in java.security that implement DEREncodablePREVIEWModifier and TypeClassDescriptionfinal class
This class is a simple holder for a key pair (a public key and a private key).final record
Preview.PEMRecord
is aDEREncodable
PREVIEW that represents Privacy-Enhanced Mail (PEM) data by its type and Base64 form.Methods in java.security with type parameters of type DEREncodablePREVIEWModifier and TypeMethodDescription<S extends DEREncodablePREVIEW>
SPEMDecoder.decode
(InputStream is, Class<S> tClass) Decodes and returns the specified class for the givenInputStream
.<S extends DEREncodablePREVIEW>
SDecodes and returns aDEREncodable
of the specified class from the given PEM string.Methods in java.security that return DEREncodablePREVIEWMethods in java.security with parameters of type DEREncodablePREVIEWModifier and TypeMethodDescriptionbyte[]
PEMEncoder.encode
(DEREncodablePREVIEW de) Encodes the specifiedDEREncodable
and returns the PEM encoding in a byte array.PEMEncoder.encodeToString
(DEREncodablePREVIEW de) Encodes the specifiedDEREncodable
and returns a PEM encoded string. -
Uses of DEREncodablePREVIEW in java.security.cert
Classes in java.security.cert that implement DEREncodablePREVIEWModifier and TypeClassDescriptionclass
Abstract class for X.509 certificates.class
Abstract class for an X.509 Certificate Revocation List (CRL). -
Uses of DEREncodablePREVIEW in java.security.interfaces
Subinterfaces of DEREncodablePREVIEW in java.security.interfacesModifier and TypeInterfaceDescriptioninterface
The standard interface to a DSA private key.interface
The interface to a DSA public key.interface
The interface to an elliptic curve (EC) private key.interface
The interface to an elliptic curve (EC) public key.interface
An interface for an elliptic curve private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interface
An interface for an elliptic curve public key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interface
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interface
The interface to an RSA private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interface
The interface to an RSA private key.interface
The interface to an RSA public key.interface
An interface for an elliptic curve private key as defined by RFC 7748.interface
An interface for an elliptic curve public key as defined by RFC 7748. -
Uses of DEREncodablePREVIEW in java.security.spec
Classes in java.security.spec that implement DEREncodablePREVIEWModifier and TypeClassDescriptionclass
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 typeOneAsymmetricKey
.class
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 typeSubjectPublicKeyInfo
. -
Uses of DEREncodablePREVIEW in javax.crypto
Classes in javax.crypto that implement DEREncodablePREVIEWModifier and TypeClassDescriptionclass
This class implements theEncryptedPrivateKeyInfo
type as defined in PKCS #8. -
Uses of DEREncodablePREVIEW in javax.crypto.interfaces
Subinterfaces of DEREncodablePREVIEW in javax.crypto.interfacesModifier and TypeInterfaceDescriptioninterface
The interface to a Diffie-Hellman private key.interface
The interface to a Diffie-Hellman public key.