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 TypeInterfaceDescriptioninterfaceAn asymmetric key, which can be either a public key or a private key.interfaceA private key.interfaceA public key.Classes in java.security that implement DEREncodablePREVIEWModifier and TypeClassDescriptionfinal classThis class is a simple holder for a key pair (a public key and a private key).final recordPreview.PEMRecordis aDEREncodablePREVIEW 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 aDEREncodableof 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 specifiedDEREncodableand returns the PEM encoding in a byte array.PEMEncoder.encodeToString(DEREncodablePREVIEW de) Encodes the specifiedDEREncodableand returns a PEM encoded string. -
Uses of DEREncodablePREVIEW in java.security.cert
Classes in java.security.cert that implement DEREncodablePREVIEWModifier and TypeClassDescriptionclassAbstract class for X.509 certificates.classAbstract class for an X.509 Certificate Revocation List (CRL). -
Uses of DEREncodablePREVIEW in java.security.interfaces
Subinterfaces of DEREncodablePREVIEW in java.security.interfacesModifier and TypeInterfaceDescriptioninterfaceThe standard interface to a DSA private key.interfaceThe interface to a DSA public key.interfaceThe interface to an elliptic curve (EC) private key.interfaceThe interface to an elliptic curve (EC) public key.interfaceAn interface for an elliptic curve private key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interfaceAn interface for an elliptic curve public key as defined by RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA).interfaceThe 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.interfaceThe interface to an RSA private key, as defined in the PKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values.interfaceThe interface to an RSA private key.interfaceThe interface to an RSA public key.interfaceAn interface for an elliptic curve private key as defined by RFC 7748.interfaceAn 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 TypeClassDescriptionclassThis class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 typeOneAsymmetricKey.classThis 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 TypeClassDescriptionclassThis class implements theEncryptedPrivateKeyInfotype as defined in PKCS #8. -
Uses of DEREncodablePREVIEW in javax.crypto.interfaces
Subinterfaces of DEREncodablePREVIEW in javax.crypto.interfacesModifier and TypeInterfaceDescriptioninterfaceThe interface to a Diffie-Hellman private key.interfaceThe interface to a Diffie-Hellman public key.