org.bouncycastle.asn1.esf
Class SignerAttribute
- DEREncodable
public class SignerAttribute
SignerAttribute
public SignerAttribute(ASN1Sequence claimedAttributes)
getClaimedAttributes
public ASN1Sequence getClaimedAttributes()
toASN1Object
public DERObject toASN1Object()
SignerAttribute ::= SEQUENCE OF CHOICE {
claimedAttributes [0] ClaimedAttributes,
certifiedAttributes [1] CertifiedAttributes }
ClaimedAttributes ::= SEQUENCE OF Attribute
CertifiedAttributes ::= AttributeCertificate -- as defined in RFC 3281: see clause 4.1.
- toASN1Object in interface ASN1Encodable