Class AttributeValueAssertion

  • All Implemented Interfaces:
    DEREncoder

    @Deprecated
    public class AttributeValueAssertion
    extends AbstractDERType
    implements DEREncoder
    Deprecated.
    An OID representing the type of attribute and its value.
    Author:
    Middleware Services
    • Constructor Detail

      • AttributeValueAssertion

        public AttributeValueAssertion​(java.lang.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 java.lang.String getOid()
        Deprecated.
        Returns the OID.
        Returns:
        oid
      • encode

        public byte[] encode()
        Deprecated.
        Description copied from interface: DEREncoder
        Encode this object into it's 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​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object