Uses of Class
org.bouncycastle.asn1.x509.Extensions
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.cert |
-
Uses of Extensions in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Extensions Modifier and Type Method Description ExtensionsExtensionsGenerator. generate()Generate an Extensions object based on the current state of the generator.ExtensionsAttributeCertificateInfo. getExtensions()ExtensionsTBSCertificate. getExtensions()ExtensionsTBSCertList.CRLEntry. getExtensions()ExtensionsTBSCertList. getExtensions()static ExtensionsExtensions. getInstance(Object obj)static ExtensionsExtensions. getInstance(ASN1TaggedObject obj, boolean explicit)Methods in org.bouncycastle.asn1.x509 with parameters of type Extensions Modifier and Type Method Description booleanExtensions. equivalent(Extensions other)static AuthorityKeyIdentifierAuthorityKeyIdentifier. fromExtensions(Extensions extensions)static BasicConstraintsBasicConstraints. fromExtensions(Extensions extensions)static ExtendedKeyUsageExtendedKeyUsage. fromExtensions(Extensions extensions)static GeneralNamesGeneralNames. fromExtensions(Extensions extensions, ASN1ObjectIdentifier extOID)static KeyUsageKeyUsage. fromExtensions(Extensions extensions)static SubjectKeyIdentifierSubjectKeyIdentifier. fromExtensions(Extensions extensions)voidV3TBSCertificateGenerator. setExtensions(Extensions extensions) -
Uses of Extensions in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return Extensions Modifier and Type Method Description ExtensionsX509AttributeCertificateHolder. getExtensions()Return the extensions block associated with this certificate if there is one.ExtensionsX509CertificateHolder. getExtensions()Return the extensions block associated with this certificate if there is one.ExtensionsX509CRLEntryHolder. getExtensions()Return the extensions block associated with this CRL entry if there is one.ExtensionsX509CRLHolder. getExtensions()Return the extensions block associated with this CRL if there is one.