org.idoox.security.pstore
Interface AliasEntry
- public interface AliasEntry
The structure provides information about (key store) alias entry
, alias and entry type.
- Since:
- 4.0
- Component:
- Security-Core
KEY_ENTRY
public static final int KEY_ENTRY
- See Also:
- Constant Field Values
TRUSTED_CERTIFICATE_ENTRY
public static final int TRUSTED_CERTIFICATE_ENTRY
- See Also:
- Constant Field Values
getAlias
public java.lang.String getAlias()
- Returns alias.
- Returns:
- The UserId value
getEntryType
public int getEntryType()
- Returns entry type.
- Returns:
- entry type
- See Also:
KEY_ENTRY
,
TRUSTED_CERTIFICATE_ENTRY