Module  java.base
软件包  java.security

Class KeyStore.TrustedCertificateEntry

  • All Implemented Interfaces:
    KeyStore.Entry
    Enclosing class:
    KeyStore


    public static final class KeyStore.TrustedCertificateEntry
    extends Object
    implements KeyStore.Entry
    A KeyStore条目,其中包含受信任的 Certificate
    从以下版本开始:
    1.5
    • 构造方法详细信息

      • TrustedCertificateEntry

        public TrustedCertificateEntry​(Certificate trustedCert)
        构造一个 TrustedCertificateEntry与一个值得信赖的 Certificate
        参数
        trustedCert - 信任的 Certificate
        异常
        NullPointerException - 如果 trustedCertnull
      • TrustedCertificateEntry

        public TrustedCertificateEntry​(Certificate trustedCert,
                                       Set<KeyStore.Entry.Attribute> attributes)
        构造一个TrustedCertificateEntry具有可信赖的Certificate和相关联的条目属性。

        指定的attributes在存储在新的TrustedCertificateEntry对象之前被克隆。

        参数
        trustedCert - 信任的 Certificate
        attributes - 属性
        异常
        NullPointerException - 如果是 trustedCertattributesnull
        从以下版本开始:
        1.8
    • 方法详细信息

      • getTrustedCertificate

        public Certificate getTrustedCertificate​()
        从此条目获取信任的 Certficate
        结果
        来自此条目的值得信赖的 Certificate
      • toString

        public String toString​()
        返回此TrustedCertificateEntry的字符串表示形式。
        重写:
        toStringObject
        结果
        该TrustedCertificateEntry的字符串表示形式。