Module  java.base
软件包  java.security

Interface KeyStore.Entry.Attribute

  • 所有已知实现类:
    PKCS12Attribute
    Enclosing interface:
    KeyStore.Entry


    public static interface KeyStore.Entry.Attribute
    与密钥库条目关联的属性。 它包含一个名称和一个或多个值。
    从以下版本开始:
    1.8
    • 方法详细信息

      • getName

        String getName​()
        返回属性的名称。
        结果
        属性名称
      • getValue

        String getValue​()
        返回属性的值。 多值属性将其值作为单个字符串进行编码。
        结果
        属性值