CARVIEW |
Select Language
HTTP/1.1 200 OK
Date: Wed, 23 Jul 2025 00:13:09 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Fri, 16 May 2025 20:50:14 GMT
Vary: Accept-Encoding
ETag: W/"6827a506-2d03"
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Access-Control-Allow-Origin: *
Content-Encoding: gzip
DEREncodable (Java SE 25 & JDK 25 [ad-hoc build])
This specification is not final and is subject to change. Use is subject to license terms.
Interface DEREncodable
- All Known Subinterfaces:
AsymmetricKey, DHPrivateKey, DHPublicKey, DSAPrivateKey, DSAPublicKey, ECPrivateKey, ECPublicKey, EdECPrivateKey, EdECPublicKey, PrivateKey, PublicKey, RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey, RSAPrivateKey, RSAPublicKey, XECPrivateKey, XECPublicKey
- All Known Implementing Classes:
EncryptedPrivateKeyInfo, KeyPair, PEMRecordPREVIEW, PKCS8EncodedKeySpec, X509Certificate, X509CRL, X509EncodedKeySpec
public sealed interface DEREncodable
permits AsymmetricKey, KeyPair, PKCS8EncodedKeySpec, X509EncodedKeySpec, EncryptedPrivateKeyInfo, X509Certificate, X509CRL, PEMRecordPREVIEW
DEREncodable
is a preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
This interface is implemented by security API classes that contain
binary-encodable key or certificate material.
These APIs or their subclasses typically provide methods to convert
their instances to and from byte arrays in the Distinguished
Encoding Rules (DER) format.
DEREncodable
when preview features are enabled.