JMRTD 0.4.5

org.jmrtd.lds
Class SecurityInfo

java.lang.Object
  extended by 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?

Constructor Summary
SecurityInfo()
           
 
Method Summary
abstract  String getObjectIdentifier()
          Returns the object identifier of this SecurityInfo
protected static String lookupMnemonicByOID(DERObjectIdentifier oid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInfo

public SecurityInfo()
Method Detail

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

JMRTD 0.4.5