public static final class TrustedAuthority.IssuerNameHashTrustedAuthority extends TrustedAuthority.HashTrustedAuthority
TrustedAuthority.CertificateTrustedAuthority, TrustedAuthority.HashTrustedAuthority, TrustedAuthority.IssuerKeyHashTrustedAuthority, TrustedAuthority.IssuerNameHashTrustedAuthority, TrustedAuthority.NameTrustedAuthority, TrustedAuthority.PKCS15KeyHashTrustedAuthority
AUTHORITY_CERTIFICATE, AUTHORITY_NAME, ISSUER_KEY_HASH, ISSUER_NAME_HASH, PKCS_15_KEY_HASH
Constructor and Description |
---|
IssuerNameHashTrustedAuthority(byte[] hash)
Construct a new instance.
|
IssuerNameHashTrustedAuthority(String hash)
Construct a new instance.
|
encodeTo, getIdentifier
getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ofBMPString, ofEncodedBytes, ofIA5String, ofInteger, ofInteger, ofOid, ofPrintableString, ofUniversalString, ofUtf8String
public IssuerNameHashTrustedAuthority(byte[] hash)
hash
- an octet string that contains the SHA-1 hash of the DER encoding of the subject name from
this trusted authority's certificate, as a byte arraypublic IssuerNameHashTrustedAuthority(String hash)
hash
- an octet string that contains the SHA-1 hash of the DER encoding of the subject name from
this trusted authority's certificateCopyright © 2020 JBoss by Red Hat. All rights reserved.