Package pt.gov.cartaodecidadao
Class PTEID_PublicKey
- java.lang.Object
-
- pt.gov.cartaodecidadao.PTEID_Object
-
- pt.gov.cartaodecidadao.PTEID_PublicKey
-
public class PTEID_PublicKey extends PTEID_Object
Class that represents the card authentication public key - to be used in a mutual authentication process (1024 bit RSA key)
This key is totally unrelated to the citizen authentication key which is present in the authentication certificate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
PTEID_ByteArray
getCardAuthKeyExponent()
PTEID_ByteArray
getCardAuthKeyModulus()
-
-
-
Method Detail
-
delete
public void delete()
- Overrides:
delete
in classPTEID_Object
-
getCardAuthKeyModulus
public PTEID_ByteArray getCardAuthKeyModulus()
-
getCardAuthKeyExponent
public PTEID_ByteArray getCardAuthKeyExponent()
-
-