Package | Description |
---|---|
anon.crypto |
Modifier and Type | Class and Description |
---|---|
class |
AbstractX509AlternativeName
The SubjectAlternativeName extension represents an alias to distinguished
name (DN).
|
class |
AbstractX509KeyIdentifier
The key identifier is calculated using a SHA1 hash over the BIT STRING from
SubjectPublicKeyInfo as defined in RFC3280.
|
class |
X509AuthorityKeyIdentifier
The Authority Public Key Identifier as specified in RFC 5280 is calcluated
the same way as the SubjectKeyIdentifier.
|
class |
X509BasicConstraints
This class implements the BasicConstrains extension for X.509-certificates as
specified in RFC 5280.
|
class |
X509CertificateIssuer
This class implements the CertificateIssuer Entry-Extension for X.509-CRLs
as specified in RFC 5280.
|
class |
X509IssuerAlternativeName
The IssuerAlternativeName extension represents an alias to distinguished name (DN) of the
issuer.
|
class |
X509IssuingDistributionPoint
This class implements the IssuingDistributionPoint extension for X.509-CRLs
as specified in RFC 5280.
|
class |
X509KeyUsage
This class implements the KeyUsage extension for X.509-certificates as
specified in RFC 5280.
|
class |
X509SubjectAlternativeName
The SubjectAlternativeName extension represents an alias to distinguished name (DN).
|
class |
X509SubjectKeyIdentifier
The subject public key identifier is calculated using a SHA1 hash over the BIT STRING from
SubjectPublicKeyInfo as defined in RFC3280.
|
class |
X509UnknownExtension
This extension is instantiated if the type is unknown.
|
Modifier and Type | Method and Description |
---|---|
AbstractX509Extension |
MyX509Extensions.getExtension(int a_index)
Returns the extension at the given index.
|
AbstractX509Extension |
MyX509Extensions.getExtension(java.lang.String a_identifier)
Returns the extension with the specified identifier if it is contained in
this X509Extensions object.
|
Constructor and Description |
---|
MyX509Extensions(AbstractX509Extension a_extension)
Creates a new X509Extensions object from a single extension.
|
Copyright © 2023. All rights reserved.