|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.proxy.CertificateExtensionData
public class CertificateExtensionData
A class representing a x509 certificate extension for easily handling them.
Field Summary | |
---|---|
boolean |
critical
The flag for whether the extension is critical. |
org.bouncycastle.asn1.DERObjectIdentifier |
oid
The oid of the extension. |
org.bouncycastle.asn1.DEREncodable |
value
The contents of the extension. |
Constructor Summary | |
---|---|
CertificateExtensionData(org.bouncycastle.asn1.DERObjectIdentifier oid,
boolean critical,
org.bouncycastle.asn1.DEREncodable value)
Creates the extension object out of the given arguments. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.bouncycastle.asn1.DERObjectIdentifier oid
public boolean critical
public org.bouncycastle.asn1.DEREncodable value
Constructor Detail |
---|
public CertificateExtensionData(org.bouncycastle.asn1.DERObjectIdentifier oid, boolean critical, org.bouncycastle.asn1.DEREncodable value)
oid
- The oid of the extension.critical
- The criticality flag of the extension.value
- The contents of the extension.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |