org.jmrtd.lds
Class SecurityInfo
java.lang.Object
org.jmrtd.lds.SecurityInfo
- Direct Known Subclasses:
- ChipAuthenticationInfo, ChipAuthenticationPublicKeyInfo, TerminalAuthenticationInfo
public abstract class SecurityInfo
- extends Object
The abstract SecurityInfo structure.
See the EAC 1.11 specification.
- Author:
- Wojciech Mostowski (woj@cs.ru.nl)
FIXME: dependency on BC in interface?
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityInfo
public SecurityInfo()
getObjectIdentifier
public abstract String getObjectIdentifier()
- Returns the object identifier of this SecurityInfo
- Returns:
- this SecurityInfo object identifier
lookupMnemonicByOID
protected static String lookupMnemonicByOID(DERObjectIdentifier oid)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException