decoder
decoder
/
dgca.verifier.app.decoder.model
/
KeyPairData
Key
Pair
Data
public
final
class
KeyPairData
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Key
Pair
Data
Link copied to clipboard
KeyPairData
KeyPairData
(
String
algo
,
KeyPair
keyPair
)
Content copied to clipboard
Functions
get
Algo
Link copied to clipboard
final
String
getAlgo
(
)
Content copied to clipboard
get
Key
Pair
Link copied to clipboard
final
KeyPair
getKeyPair
(
)
Content copied to clipboard
Properties
algo
Link copied to clipboard
private
final
String
algo
Content copied to clipboard
keyPair
Link copied to clipboard
private
final
KeyPair
keyPair
Content copied to clipboard