Class ExternalValue

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.bc.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 GeneralName,    # MUST refer to a DER encoded SubjectPublicKeyInfo/Signature  (may be Base64)
      hashAlg AlgorithmIdentifier,
      hashVal BIT STRING }