Class X509DnDecoder

    • Field Detail

      • RDN_PATH

        private static final DERPath RDN_PATH
        DER path for RDN parsing.
      • ASSERTION_PATH

        private static final DERPath ASSERTION_PATH
        DER path for parsing attribute value assertion.
    • Constructor Detail

      • X509DnDecoder

        public X509DnDecoder()
    • Method Detail

      • decode

        private static List<NameValue> decode​(DERBuffer encoded)
        Converts bytes in the buffer to attribute value assertions by reading from the current position to the limit.
        Parameters:
        encoded - buffer containing DER-encoded data where the buffer is positioned at the tag of the oid and the limit is set beyond the last byte of attribute value data.
        Returns:
        decoded bytes as attribute value assertions