Package org.bouncycastle.asn1.cms
Class Attributes
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.Attributes
- All Implemented Interfaces:
ASN1Encodable
public class Attributes extends ASN1Object
-
Constructor Summary
Constructors Constructor Description Attributes(ASN1EncodableVector v) -
Method Summary
Modifier and Type Method Description Attribute[]getAttributes()static AttributesgetInstance(Object obj)ASN1PrimitivetoASN1Primitive()Attributes ::= SET SIZE(1..MAX) OF Attribute -- according to RFC 5652Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
Attributes
-
-
Method Details
-
getInstance
-
getAttributes
-
toASN1Primitive
Attributes ::= SET SIZE(1..MAX) OF Attribute -- according to RFC 5652
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
-