Module java.base
Package java.security

Interface KeyStore.Entry.Attribute

  • All Known Implementing Classes:
    PKCS12Attribute
    Enclosing interface:
    KeyStore.Entry

    public static interface KeyStore.Entry.Attribute
    An attribute associated with a keystore entry. It comprises a name and one or more values.
    Since:
    1.8
    • Method Detail

      • getName

        String getName()
        Returns the attribute's name.
        Returns:
        the attribute name
      • getValue

        String getValue()
        Returns the attribute's value. Multi-valued attributes encode their values as a single string.
        Returns:
        the attribute value

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部