Class ResponderID

    • Constructor Detail

      • ResponderID

        public ResponderID​(X500Name value)
    • Method Detail

      • getInstance

        public static ResponderID getInstance​(java.lang.Object obj)
      • getKeyHash

        public byte[] getKeyHash()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
        Produce an object suitable for an ASN1OutputStream.
         ResponderID ::= CHOICE {
              byName          [1] Name,
              byKey           [2] KeyHash }
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.