Uses of Class
java.security.cert.CertificateParsingException
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.apache.harmony.security.provider.cert | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.bouncycastle.x509.extension | |
| org.conscrypt |
-
Uses of CertificateParsingException in java.security.cert
Methods in java.security.cert that throw CertificateParsingException Modifier and Type Method Description List<String>X509Certificate. getExtendedKeyUsage()Returns a read-only list of OID strings representing theExtKeyUsageSyntaxfield of the extended key usage extension.Collection<List<?>>X509Certificate. getIssuerAlternativeNames()Returns a read-only list of the issuer alternative names from theIssuerAltNameextension.Collection<List<?>>X509Certificate. getSubjectAlternativeNames()Returns a read-only list of the subject alternative names from theSubjectAltNameextension. -
Uses of CertificateParsingException in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that throw CertificateParsingException Modifier and Type Method Description List<String>X509CertImpl. getExtendedKeyUsage()Collection<List<?>>X509CertImpl. getIssuerAlternativeNames()Collection<List<?>>X509CertImpl. getSubjectAlternativeNames() -
Uses of CertificateParsingException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw CertificateParsingException Modifier and Type Method Description protected static voidCertPathValidatorUtilities. addAdditionalStoresFromAltNames(X509Certificate cert, ExtendedPKIXParameters pkixParams)ListX509CertificateObject. getExtendedKeyUsage()CollectionX509CertificateObject. getIssuerAlternativeNames()CollectionX509CertificateObject. getSubjectAlternativeNames()Constructors in org.bouncycastle.jce.provider that throw CertificateParsingException Constructor Description X509CertificateObject(Certificate c) -
Uses of CertificateParsingException in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that throw CertificateParsingException Modifier and Type Method Description voidX509V3CertificateGenerator. copyAndAddExtension(String oid, boolean critical, X509Certificate cert)Deprecated.add a given extension field for the standard extensions tag (tag 3) copying the extension value from another certificate.voidX509V3CertificateGenerator. copyAndAddExtension(DERObjectIdentifier oid, boolean critical, X509Certificate cert)Deprecated.add a given extension field for the standard extensions tag (tag 3) copying the extension value from another certificate.Constructors in org.bouncycastle.x509 that throw CertificateParsingException Constructor Description AttributeCertificateHolder(X509Certificate cert)Deprecated. -
Uses of CertificateParsingException in org.bouncycastle.x509.extension
Methods in org.bouncycastle.x509.extension that throw CertificateParsingException Modifier and Type Method Description static CollectionX509ExtensionUtil. getIssuerAlternativeNames(X509Certificate cert)static CollectionX509ExtensionUtil. getSubjectAlternativeNames(X509Certificate cert)Constructors in org.bouncycastle.x509.extension that throw CertificateParsingException Constructor Description AuthorityKeyIdentifierStructure(X509Certificate certificate)Deprecated.Create an AuthorityKeyIdentifier using the passed in certificate's public key, issuer and serial number. -
Uses of CertificateParsingException in org.conscrypt
Methods in org.conscrypt that throw CertificateParsingException Modifier and Type Method Description static Object[][]NativeCrypto. get_X509_GENERAL_NAME_stack(long x509ctx, int type)List<String>OpenSSLX509Certificate. getExtendedKeyUsage()Collection<List<?>>OpenSSLX509Certificate. getIssuerAlternativeNames()Collection<List<?>>OpenSSLX509Certificate. getSubjectAlternativeNames()