Module java.base
Package java.security

Interface KeyStore.Entry

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  KeyStore.Entry.Attribute
      An attribute associated with a 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