org.glite.security.voms.ac
Class Holder
java.lang.Object
org.glite.security.voms.ac.Holder
- All Implemented Interfaces:
- org.bouncycastle.asn1.DEREncodable
Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.
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
}
public class Holder
- extends java.lang.Object
- implements org.bouncycastle.asn1.DEREncodable
- Author:
- Joni Hahkala
Constructor Summary |
Holder(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated. |
Holder(javax.security.auth.x500.X500Principal issuer,
java.math.BigInteger serial)
Deprecated. |
Holder(java.security.cert.X509Certificate cert)
Deprecated. |
Method Summary |
org.bouncycastle.asn1.DERObject |
getDERObject()
Deprecated. |
boolean |
isHolder(java.security.cert.X509Certificate cert)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Holder
public Holder(java.security.cert.X509Certificate cert)
- Deprecated.
Holder
public Holder(javax.security.auth.x500.X500Principal issuer,
java.math.BigInteger serial)
- Deprecated.
Holder
public Holder(org.bouncycastle.asn1.ASN1Sequence seq)
- Deprecated.
isHolder
public boolean isHolder(java.security.cert.X509Certificate cert)
- Deprecated.
getDERObject
public org.bouncycastle.asn1.DERObject getDERObject()
- Deprecated.
- Specified by:
getDERObject
in interface org.bouncycastle.asn1.DEREncodable