Class AttributeValueAssertion

    • Field Detail

      • HASH_CODE_SEED

        private static final int HASH_CODE_SEED
        Deprecated.
        hash code seed.
        See Also:
        Constant Field Values
      • PATH

        private static final DERPath PATH
        Deprecated.
        DER path for parsing attribute value assertion.
      • attributeOid

        private final String attributeOid
        Deprecated.
        OID of the attribute.
    • Constructor Detail

      • AttributeValueAssertion

        public AttributeValueAssertion​(String oid,
                                       AttributeValueAssertion.Value value)
        Deprecated.
        Creates a new attribute value assertion.
        Parameters:
        oid - describing the attribute value
        value - of the attribute
    • Method Detail

      • getOid

        public String getOid()
        Deprecated.
        Returns the OID.
        Returns:
        oid
      • encode

        public byte[] encode()
        Deprecated.
        Description copied from interface: DEREncoder
        Encode this object into its DER type.
        Specified by:
        encode in interface DEREncoder
        Returns:
        DER encoded object
      • decode

        public static AttributeValueAssertion[] decode​(DERBuffer encoded)
        Deprecated.
        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
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object