- X500Principal - Class in javax.security.auth.x500
-
This class represents an X.500 Principal
.
- X500Principal(byte[]) - Constructor for class javax.security.auth.x500.X500Principal
-
Creates an X500Principal
from a distinguished name in ASN.1 DER encoded form.
- X500Principal(InputStream) - Constructor for class javax.security.auth.x500.X500Principal
-
Creates an X500Principal
from an InputStream
containing the distinguished name in ASN.1
DER encoded form.
- X509Certificate - Class in java.security.cert
-
Abstract class for X.509 certificates.
- X509Certificate() - Constructor for class java.security.cert.X509Certificate
-
Constructor for X.509 certificates.
- X509EncodedKeySpec - Class in java.security.spec
-
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type
SubjectPublicKeyInfo
.
- X509EncodedKeySpec(byte[]) - Constructor for class java.security.spec.X509EncodedKeySpec
-
Creates a new X509EncodedKeySpec with the given encoded key.
- X509Extension - Interface in java.security.cert
-
Interface for an X.509 extension.