public class

SignerAttribute

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.esf.SignerAttribute

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
SignerAttribute(ASN1Sequence claimedAttributes)
SignerAttribute(AttributeCertificate certifiedAttributes)
Public Methods
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.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public SignerAttribute (ASN1Sequence claimedAttributes)

public SignerAttribute (AttributeCertificate certifiedAttributes)

Public Methods

public AttributeCertificate getCertifiedAttributes ()

public ASN1Sequence getClaimedAttributes ()

public static SignerAttribute getInstance (Object o)

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.