Class Extension
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.validationService.certificate.Extension
public abstract class Extension extends Object
-
Constructor Summary
Constructors Constructor Description Extension() -
Method Summary
Modifier and Type Method Description static byte[]getInstance(Object object, org.bouncycastle.asn1.ASN1ObjectIdentifier objectIdentifier)static Set<String>getNonCriticalExtensionOIDs(Object object)static org.bouncycastle.asn1.ASN1OctetStringgetOctets(Object object, org.bouncycastle.asn1.ASN1ObjectIdentifier objectIdentifier)
-
Constructor Details
-
Extension
public Extension()
-
-
Method Details