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 TypeMethodDescriptionvoidCRLExtensions.decode(InputStream in) Decode the extensions from the InputStream.voidRevokedCertImpl.decode(InputStream inStrm) Decode a revoked certificate from an input stream.voidRevokedCertImpl.encode(DerOutputStream outStrm) Encodes the revoked certificate to an output stream.voidX509CRLImpl.encodeInfo(OutputStream out) Encodes the "to-be-signed" CRL to the OutputStream.Get the extension with this alias.private voidprivate voidprivate voidprivate voidCRLExtensions.parseExtension(Extension ext) private voidRevokedCertImpl.readObject(ObjectInputStream stream) Serialization read ...voidX509CRLImpl.sign(PrivateKey key, String algorithm) Encodes an X.509 CRL, and signs it using the key passed.voidX509CRLImpl.sign(PrivateKey key, String algorithm, String provider) Encodes an X.509 CRL, and signs it using the key passed.private voidRevokedCertImpl.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.