public class SignerAttribute extends ASN1Encodable
BER, DER
Constructor and Description |
---|
SignerAttribute(ASN1Sequence claimedAttributes) |
SignerAttribute(AttributeCertificate certifiedAttributes) |
Modifier and Type | Method and Description |
---|---|
AttributeCertificate |
getCertifiedAttributes() |
ASN1Sequence |
getClaimedAttributes() |
static SignerAttribute |
getInstance(Object o) |
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.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public SignerAttribute(ASN1Sequence claimedAttributes)
public SignerAttribute(AttributeCertificate certifiedAttributes)
public static SignerAttribute getInstance(Object o)
public ASN1Sequence getClaimedAttributes()
public AttributeCertificate getCertifiedAttributes()
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 class ASN1Encodable
Copyright © 2015. All rights reserved.