org.bouncycastle.x509
public class X509V2AttributeCertificate extends Object implements X509AttributeCertificate
Constructor Summary | |
---|---|
X509V2AttributeCertificate(InputStream encIn) | |
X509V2AttributeCertificate(byte[] encoded) |
Method Summary | |
---|---|
void | checkValidity() |
void | checkValidity(Date date) |
boolean | equals(Object o) |
X509Attribute[] | getAttributes() |
X509Attribute[] | getAttributes(String oid) |
Set | getCriticalExtensionOIDs() |
byte[] | getEncoded() |
byte[] | getExtensionValue(String oid) |
AttributeCertificateHolder | getHolder() |
AttributeCertificateIssuer | getIssuer() |
boolean[] | getIssuerUniqueID() |
Set | getNonCriticalExtensionOIDs() |
Date | getNotAfter() |
Date | getNotBefore() |
BigInteger | getSerialNumber() |
byte[] | getSignature() |
int | getVersion() |
int | hashCode() |
boolean | hasUnsupportedCriticalExtension() |
void | verify(PublicKey key, String provider) |