Uses of Class
java.security.cert.CertificateEncodingException
| 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.cert.jcajce | |
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.jcajce.provider.asymmetric.x509 | |
| org.bouncycastle.jce | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of CertificateEncodingException in java.security.cert
Methods in java.security.cert that throw CertificateEncodingException Modifier and Type Method Description abstract byte[]Certificate. getEncoded()Returns the encoded representation for this certificate.abstract byte[]CertPath. getEncoded()Returns an encoding of theCertPathusing the default encoding.abstract byte[]CertPath. getEncoded(String encoding)abstract byte[]X509Certificate. getTBSCertificate()Returns thetbsCertificateinformation from this certificate in DER-encoded format. -
Uses of CertificateEncodingException in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that throw CertificateEncodingException Modifier and Type Method Description byte[]X509CertImpl. getEncoded()byte[]X509CertPathImpl. getEncoded()Returns in PkiPath format which is our default encoding.byte[]X509CertPathImpl. getEncoded(String encoding)byte[]X509CertImpl. getTBSCertificate() -
Uses of CertificateEncodingException in org.bouncycastle.cert.jcajce
Constructors in org.bouncycastle.cert.jcajce that throw CertificateEncodingException Constructor Description JcaCertStore(Collection collection)Basic constructor.JcaX509CertificateHolder(X509Certificate cert)Base constructor. -
Uses of CertificateEncodingException in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that throw CertificateEncodingException Modifier and Type Method Description SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509Certificate certificate) -
Uses of CertificateEncodingException in org.bouncycastle.jcajce.provider.asymmetric.x509
Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 that throw CertificateEncodingException Modifier and Type Method Description byte[]PKIXCertPath. getEncoded()Returns the encoded form of this certification path, using the default encoding.byte[]PKIXCertPath. getEncoded(String encoding)Returns the encoded form of this certification path, using the specified encoding. -
Uses of CertificateEncodingException in org.bouncycastle.jce
Methods in org.bouncycastle.jce that throw CertificateEncodingException Modifier and Type Method Description static X509PrincipalPrincipalUtil. getIssuerX509Principal(X509Certificate cert)return the issuer of the given cert as an X509PrincipalObject.static X509PrincipalPrincipalUtil. getSubjectX509Principal(X509Certificate cert)return the subject of the given cert as an X509PrincipalObject. -
Uses of CertificateEncodingException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw CertificateEncodingException Modifier and Type Method Description byte[]X509CertificateObject. getEncoded()byte[]X509CertificateObject. getTBSCertificate() -
Uses of CertificateEncodingException in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that throw CertificateEncodingException Modifier and Type Method Description X509CertificateX509V1CertificateGenerator. generate(PrivateKey key)Deprecated.generate an X509 certificate, based on the current issuer and subject using the default provider.X509CertificateX509V1CertificateGenerator. generate(PrivateKey key, String provider)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing, and the passed in source of randomness (if required).X509CertificateX509V1CertificateGenerator. generate(PrivateKey key, String provider, SecureRandom random)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing, and the passed in source of randomness (if required).X509CertificateX509V1CertificateGenerator. generate(PrivateKey key, SecureRandom random)Deprecated.generate an X509 certificate, based on the current issuer and subject using the default provider and the passed in source of randomnessX509CertificateX509V3CertificateGenerator. generate(PrivateKey key)Deprecated.generate an X509 certificate, based on the current issuer and subject using the default provider.X509CertificateX509V3CertificateGenerator. generate(PrivateKey key, String provider)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing.X509CertificateX509V3CertificateGenerator. generate(PrivateKey key, String provider, SecureRandom random)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing and the supplied source of randomness, if required.X509CertificateX509V3CertificateGenerator. generate(PrivateKey key, SecureRandom random)Deprecated.generate an X509 certificate, based on the current issuer and subject using the default provider, and the passed in source of randomness (if required). -
Uses of CertificateEncodingException in org.conscrypt
Methods in org.conscrypt that throw CertificateEncodingException Modifier and Type Method Description voidNativeCrypto.SSLHandshakeCallbacks. clientCertificateRequested(byte[] keyTypes, byte[][] asn1DerEncodedX500Principals)Called on an SSL client when the server requests (or requires a certificate).voidOpenSSLSocketImpl. clientCertificateRequested(byte[] keyTypeBytes, byte[][] asn1DerEncodedPrincipals)static byte[][]NativeCrypto. encodeCertificates(Certificate[] certificates)byte[]OpenSSLX509Certificate. getEncoded()byte[]OpenSSLX509CertPath. getEncoded()byte[]OpenSSLX509CertPath. getEncoded(String encoding)byte[]OpenSSLX509Certificate. getTBSCertificate()