Package pt.gov.cartaodecidadao
Class PTEID_ActiveAuthenticationReport
java.lang.Object
pt.gov.cartaodecidadao.PTEID_Object
pt.gov.cartaodecidadao.PTEID_ActiveAuthenticationReport
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()GetDG14()Return Data Group 14 (Security Options)Return the hash for DG14 as computed from the actual dataReturn the hash for DG14 as stored in the SODGetDG15()Return Data Group 15 (Active Authentication Public Key)Return the hash for DG15 as computed from the actual dataReturn the hash for DG15 as stored in the SODGetOID()Return the Object Identifier (OID) of the Active Authentication algorithmintReturn the status code of the Active Authentication processReturn a descriptive message of the Active Authentication status
-
Method Details
-
delete
public void delete()- Overrides:
deletein classPTEID_Object
-
GetDG14
Return Data Group 14 (Security Options) -
GetDG14StoredHash
Return the hash for DG14 as stored in the SOD -
GetDG14ComputedHash
Return the hash for DG14 as computed from the actual data -
GetDG15
Return Data Group 15 (Active Authentication Public Key) -
GetDG15StoredHash
Return the hash for DG15 as stored in the SOD -
GetDG15ComputedHash
Return the hash for DG15 as computed from the actual data -
GetOID
Return the Object Identifier (OID) of the Active Authentication algorithm -
GetStatus
public int GetStatus()Return the status code of the Active Authentication process -
GetStatusMessage
Return a descriptive message of the Active Authentication status
-