org.bouncycastle.asn1.x509
Class Holder
- DEREncodable
The Holder object.
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
}
getBaseCertificateID
public IssuerSerial getBaseCertificateID()
getInstance
public static Holder getInstance(Object obj)