Class Certificate

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    X509Certificate

    public abstract class Certificate
    extends Object
    implements Serializable
    Abstract class to represent identity certificates. It represents a way to verify the binding of a Principal and its public key. Examples are X.509, PGP, and SDSI.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  Certificate.CertificateRep
      The alternate Serializable class to be used for serialization and deserialization of Certificate objects.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Certificate​(String type)
      Creates a new Certificate with the specified type.
    • Constructor Detail

      • Certificate

        protected Certificate​(String type)
        Creates a new Certificate with the specified type.
        Parameters:
        type - the certificate type.