模块  java.base
软件包  java.security

Class KeyStore.TrustedCertificateEntry

  • 实现的所有接口
    KeyStore.Entry
    Enclosing class:
    KeyStore

    public static final class KeyStore.TrustedCertificateEntry
    extends Object
    implements KeyStore.Entry
    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)
        使用受信任的Certificate和关联的条目属性构造TrustedCertificateEntry

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

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

      • getTrustedCertificate

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

        public String toString()
        返回此TrustedCertificateEntry的字符串表示形式。
        重写:
        toString在课程 Object
        结果
        此TrustedCertificateEntry的字符串表示形式。