Class TrustedAuthority.IssuerKeyHashTrustedAuthority

All Implemented Interfaces:
ASN1Encodable
Enclosing class:
TrustedAuthority

public static final class TrustedAuthority.IssuerKeyHashTrustedAuthority extends TrustedAuthority.HashTrustedAuthority
A trusted authority that is identified by the hash of its public key.
Author:
Farah Juma
  • Constructor Details

    • IssuerKeyHashTrustedAuthority

      public IssuerKeyHashTrustedAuthority(byte[] hash)
      Construct a new instance.
      Parameters:
      hash - an octet string that contains the SHA-1 hash of this trusted authority's public key, as a byte array
    • IssuerKeyHashTrustedAuthority

      public IssuerKeyHashTrustedAuthority(String hash)
      Construct a new instance.
      Parameters:
      hash - an octet string that contains the SHA-1 hash of this trusted authority's public key