Interface KeyStore.Entry

    • Nested Class Summary

      Nested Classes

      Modifier and Type Interface and Description
      static interface  KeyStore.Entry.Attribute
      An attribute associated with a keystore entry.
    • Method Summary

      Modifier and Type Method and Description
      default Set<KeyStore.Entry.Attribute> getAttributes()
      Retrieves the attributes associated with an entry.
    • Method Detail

      • getAttributes

        default Set<KeyStore.Entry.Attribute> getAttributes()
        Retrieves the attributes associated with an entry.

        The default implementation returns an empty Set.

        Returns:
        an unmodifiable Set of attributes, possibly empty
        Since:
        1.8