Package org.wildfly.security.keystore
Class PasswordEntry
- java.lang.Object
-
- org.wildfly.security.keystore.PasswordEntry
-
- All Implemented Interfaces:
KeyStore.Entry
public final class PasswordEntry extends Object implements KeyStore.Entry
A password keystore entry.- Author:
- David M. Lloyd
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.security.KeyStore.Entry
KeyStore.Entry.Attribute
-
-
Constructor Summary
Constructors Constructor Description PasswordEntry(Password password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Password
getPassword()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.security.KeyStore.Entry
getAttributes
-
-