Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
org.spongycastle.crypto.tls |
A lightweight TLS API.
|
Modifier and Type | Field and Description |
---|---|
private X509CertificateStructure |
CertificatePair.forward |
private X509CertificateStructure |
CertificatePair.reverse |
Modifier and Type | Method and Description |
---|---|
X509CertificateStructure |
CertificatePair.getForward() |
static X509CertificateStructure |
X509CertificateStructure.getInstance(ASN1TaggedObject obj,
boolean explicit)
Deprecated.
|
static X509CertificateStructure |
X509CertificateStructure.getInstance(java.lang.Object obj)
Deprecated.
|
X509CertificateStructure |
CertificatePair.getReverse() |
Constructor and Description |
---|
CertificatePair(X509CertificateStructure forward,
X509CertificateStructure reverse)
Constructor from a given details.
|
Modifier and Type | Field and Description |
---|---|
protected X509CertificateStructure[] |
Certificate.certs
The certificates.
|
Modifier and Type | Method and Description |
---|---|
X509CertificateStructure[] |
Certificate.getCerts() |
Modifier and Type | Method and Description |
---|---|
boolean |
AlwaysValidVerifyer.isValid(X509CertificateStructure[] certs)
Deprecated.
Return true.
|
boolean |
CertificateVerifyer.isValid(X509CertificateStructure[] certs)
Deprecated.
|
(package private) static void |
TlsUtils.validateKeyUsage(X509CertificateStructure c,
int keyUsageBits) |
Constructor and Description |
---|
Certificate(X509CertificateStructure[] certs)
Private constructor from a cert array.
|