public class ExtensionBCFips extends ASN1EncodableBCFips implements IExtension
Extension.| Constructor and Description |
|---|
ExtensionBCFips(org.bouncycastle.asn1.x509.Extension extension)
Creates new wrapper instance for
Extension. |
| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
getAuthorityInfoAccess() |
IASN1ObjectIdentifier |
getAuthorityKeyIdentifier() |
IASN1ObjectIdentifier |
getBasicConstraints() |
IASN1ObjectIdentifier |
getCRlDistributionPoints() |
IASN1ObjectIdentifier |
getExtendedKeyUsage() |
org.bouncycastle.asn1.x509.Extension |
getExtension()
Gets actual org.bouncycastle object being wrapped.
|
static ExtensionBCFips |
getInstance()
Gets wrapper instance.
|
IASN1ObjectIdentifier |
getKeyUsage() |
IASN1ObjectIdentifier |
getSubjectKeyIdentifier() |
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic ExtensionBCFips(org.bouncycastle.asn1.x509.Extension extension)
Extension.extension - Extension to be wrappedpublic static ExtensionBCFips getInstance()
ExtensionBCFips instance.public org.bouncycastle.asn1.x509.Extension getExtension()
Extension.public IASN1ObjectIdentifier getCRlDistributionPoints()
getCRlDistributionPoints in interface IExtensionpublic IASN1ObjectIdentifier getAuthorityInfoAccess()
getAuthorityInfoAccess in interface IExtensionpublic IASN1ObjectIdentifier getBasicConstraints()
getBasicConstraints in interface IExtensionpublic IASN1ObjectIdentifier getKeyUsage()
getKeyUsage in interface IExtensionpublic IASN1ObjectIdentifier getExtendedKeyUsage()
getExtendedKeyUsage in interface IExtensionpublic IASN1ObjectIdentifier getAuthorityKeyIdentifier()
getAuthorityKeyIdentifier in interface IExtensionpublic IASN1ObjectIdentifier getSubjectKeyIdentifier()
getSubjectKeyIdentifier in interface IExtensionCopyright © 1998–2023 Apryse Group NV. All rights reserved.