Class ExternalValue

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class ExternalValue
    extends ASN1Object
    Based on External Keys And Signatures For Use In Internet PKI draft-ounsworth-pq-external-pubkeys-00 ExternalValue ::= SEQUENCE { location GeneralNames, # MUST refer to a DER encoded SubjectPublicKeyInfo/Signature (may be Base64) hashAlg AlgorithmIdentifier, hashVal OCTET STRING }
    • Method Detail

      • getInstance

        public static ExternalValue getInstance​(java.lang.Object o)
      • getHashValue

        public byte[] getHashValue()
      • getHashVal

        public ASN1BitString getHashVal()
        Deprecated.
        use getHash(), the internal encoding is now an OCTET STRING
        Get the hash value as a BIT STRING.
        Returns:
        the hash value as a BIT STRING