Module java.base
Package java.security

Interface KeyStore.Entry

    • Method Detail

      • getAttributes

        default Set<KeyStore.Entry.Attribute> getAttributes​()
        Retrieves the attributes associated with an entry.
        Implementation Requirements:
        The default implementation returns an empty Set.
        Returns:
        an unmodifiable Set of attributes, possibly empty
        Since:
        1.8