Class AttributeValueAssertion.Value

  • Enclosing class:
    AttributeValueAssertion

    public static class AttributeValueAssertion.Value
    extends Object
    Class to represent the tag and value.
    • Field Detail

      • HASH_CODE_SEED

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

        private final DERTag attributeValueTag
        attribute value tag.
      • attributeValueBytes

        private final byte[] attributeValueBytes
        attribute value bytes.
    • Constructor Detail

      • Value

        public Value​(DERTag tag,
                     byte[] bytes)
        Creates a new value.
        Parameters:
        tag - type of the attribute value
        bytes - of the attribute
    • Method Detail

      • getTag

        public DERTag getTag()
        Returns the attribute value tag.
        Returns:
        attribute value tag
      • getBytes

        public byte[] getBytes()
        Returns the attribute value bytes.
        Returns:
        attribute value bytes
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object