Class CertificateX509Key

java.lang.Object
org.mozilla.jss.netscape.security.x509.CertificateX509Key
All Implemented Interfaces:
Serializable, CertAttrSet

public class CertificateX509Key extends Object implements CertAttrSet, Serializable
This class defines the X509Key attribute for the Certificate.
Version:
1.5
See Also:
  • Field Details

  • Constructor Details

    • CertificateX509Key

      public CertificateX509Key(X509Key key)
      Default constructor for the certificate attribute.
      Parameters:
      key - the X509Key
    • CertificateX509Key

      public CertificateX509Key(DerInputStream in) throws IOException
      Create the object, decoding the values from the passed DER stream.
      Parameters:
      in - the DerInputStream to read the X509Key from.
      Throws:
      IOException - on decoding errors.
    • CertificateX509Key

      public CertificateX509Key(InputStream in) throws IOException
      Create the object, decoding the values from the passed stream.
      Parameters:
      in - the InputStream to read the X509Key from.
      Throws:
      IOException - on decoding errors.
  • Method Details