Interface KeyPairContainer
public interface KeyPairContainer
Contains the input/output data of the
FreeTransactionManager.prepareGenerateCardAsymmetricKeyPair(KeyPairContainer)
method.
A key pair consists of a byte array containing the public key and a private key values.
- Since:
- 0.5.0
-
Method Summary
-
Method Details
-
getKeyPair
byte[] getKeyPair()Returns the key pair.- Returns:
- The key pair as a 96-byte byte array.
- Since:
- 0.5.0
-