Class Attributes

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class Attributes
    extends ASN1Object
    RFC 5652 defines 5 "SET OF Attribute" entities with 5 different names. This is common implementation for them all:
       SignedAttributes      ::= SET SIZE (1..MAX) OF Attribute
       UnsignedAttributes    ::= SET SIZE (1..MAX) OF Attribute
       UnprotectedAttributes ::= SET SIZE (1..MAX) OF Attribute
       AuthAttributes        ::= SET SIZE (1..MAX) OF Attribute
       UnauthAttributes      ::= SET SIZE (1..MAX) OF Attribute
    
     Attributes ::=
       SET SIZE(1..MAX) OF Attribute