Package org.forgerock.opendj.security
Class KeyStoreObject
- java.lang.Object
-
- org.forgerock.opendj.security.KeyStoreObject
-
public final class KeyStoreObject extends Object
An in memory representation of a LDAP key store object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
Returns the alias associated with this key store object.
-
-
-
Method Detail
-
getAlias
public String getAlias()
Returns the alias associated with this key store object.- Returns:
- The alias associated with this key store object.
-
-