Bouncy Castle Cryptography 1.22

org.bouncycastle.asn1.x509
Class Holder

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.Holder
All Implemented Interfaces:
DEREncodable

public class Holder
extends java.lang.Object
implements DEREncodable


Constructor Summary
Holder()
           
 
Method Summary
 DERObject getDERObject()
           Holder ::= SEQUENCE { baseCertificateID [0] IssuerSerial OPTIONAL, -- the issuer and serial number of -- the holder's Public Key Certificate entityName [1] GeneralNames OPTIONAL, -- the name of the claimant or role objectDigestInfo [2] ObjectDigestInfo OPTIONAL -- used to directly authenticate the holder, -- for example, an executable }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Holder

public Holder()
Method Detail

getDERObject

public DERObject getDERObject()
  Holder ::= SEQUENCE {
        baseCertificateID   [0] IssuerSerial OPTIONAL,
                 -- the issuer and serial number of
                 -- the holder's Public Key Certificate
        entityName          [1] GeneralNames OPTIONAL,
                 -- the name of the claimant or role
        objectDigestInfo    [2] ObjectDigestInfo OPTIONAL
                 -- used to directly authenticate the holder,
                 -- for example, an executable
  }
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.22