Uses of Class
org.mozilla.jss.netscape.security.x509.X509ExtensionException
Packages that use X509ExtensionException
-
Uses of X509ExtensionException in org.mozilla.jss.netscape.security.x509
Methods in org.mozilla.jss.netscape.security.x509 that throw X509ExtensionExceptionModifier and TypeMethodDescriptionvoid
CRLExtensions.decode
(InputStream in) Decode the extensions from the InputStream.void
RevokedCertImpl.decode
(InputStream inStrm) Decode a revoked certificate from an input stream.void
RevokedCertImpl.encode
(DerOutputStream outStrm) Encodes the revoked certificate to an output stream.void
X509CRLImpl.encodeInfo
(OutputStream out) Encodes the "to-be-signed" CRL to the OutputStream.Get the extension with this alias.private void
private void
private void
private void
CRLExtensions.parseExtension
(Extension ext) private void
RevokedCertImpl.readObject
(ObjectInputStream stream) Serialization read ...void
X509CRLImpl.sign
(PrivateKey key, String algorithm) Encodes an X.509 CRL, and signs it using the key passed.void
X509CRLImpl.sign
(PrivateKey key, String algorithm, String provider) Encodes an X.509 CRL, and signs it using the key passed.private void
RevokedCertImpl.writeObject
(ObjectOutputStream stream) Serialization write ...Constructors in org.mozilla.jss.netscape.security.x509 that throw X509ExtensionExceptionModifierConstructorDescriptionCreate the object, decoding the values from the passed DER stream.RevokedCertImpl
(byte[] revokedCert) Unmarshals a revoked certificate from its encoded form.RevokedCertImpl
(DerValue derValue) Unmarshals a revoked certificate from its encoded form.X509CRLImpl
(byte[] crlData) Unmarshals an X.509 CRL from its encoded form, parsing the encoded bytes.X509CRLImpl
(byte[] crlData, boolean includeEntries) X509CRLImpl
(InputStream inStrm) Unmarshals an X.509 CRL from an input stream.X509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate, RevokedCertificate[] badCerts) CRL constructor, revoked certs, no extensions.X509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, Hashtable<BigInteger, RevokedCertificate> badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.