Module java.base
Package java.security

Interface KeyStore.Entry.Attribute

所有已知的实现类:
PKCS12Attribute
封装的接口:
KeyStore.Entry

public static interface KeyStore.Entry.Attribute
与密钥库条目关联的属性。它包括一个名称和一个或多个值。
自版本:
1.8
  • Method Summary

    Modifier and Type
    Method
    Description
    返回属性的名称。
    返回属性的值。
  • Method Details

    • getName

      String getName()
      返回属性的名称。
      返回:
      属性名称
    • getValue

      String getValue()
      返回属性的值。多值属性将其值编码为单个字符串。
      返回:
      属性值