-
signedCert
byte[] signedCert
-
info
X509CertInfo info
-
algId
com.tencent.kona.sun.security.x509.AlgorithmId algId
-
signature
byte[] signature
-
subjectAlternativeNames
java.util.Collection<E> subjectAlternativeNames
-
issuerAlternativeNames
java.util.Collection<E> issuerAlternativeNames
-
extKeyUsage
java.util.List<E> extKeyUsage
-
authInfoAccess
java.util.Set<E> authInfoAccess
-
verifiedPublicKey
java.security.PublicKey verifiedPublicKey
PublicKey that has previously been used to verify
the signature of this certificate. Null if the certificate has not
yet been verified.
-
verifiedProvider
java.lang.String verifiedProvider
If verifiedPublicKey is not null, name of the provider used to
successfully verify the signature of this certificate, or the
empty String if no provider was explicitly specified.
-
verificationResult
boolean verificationResult
If verifiedPublicKey is not null, result of the verification using
verifiedPublicKey and verifiedProvider. If true, verification was
successful, if false, it failed.
-
id
byte[] id
-
fingerprints
java.util.concurrent.ConcurrentHashMap<K,V> fingerprints