org.bouncycastle.asn1.esf
Class SignerAttribute
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.esf.SignerAttribute
- All Implemented Interfaces:
- DEREncodable
public class SignerAttribute
- extends ASN1Encodable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SignerAttribute
public SignerAttribute(ASN1Sequence claimedAttributes)
SignerAttribute
public SignerAttribute(AttributeCertificate certifiedAttributes)
getInstance
public static SignerAttribute getInstance(java.lang.Object o)
getClaimedAttributes
public ASN1Sequence getClaimedAttributes()
getCertifiedAttributes
public AttributeCertificate getCertifiedAttributes()
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.
- Specified by:
toASN1Object
in class ASN1Encodable