public static class FingerprintManagerCompat.CryptoObject extends Object
Constructor and Description |
---|
CryptoObject(Cipher cipher) |
CryptoObject(Mac mac) |
CryptoObject(Signature signature) |
Modifier and Type | Method and Description |
---|---|
Cipher |
getCipher()
Get
Cipher object. |
Mac |
getMac()
Get
Mac object. |
Signature |
getSignature()
Get
Signature object. |
public CryptoObject(Signature signature)
public CryptoObject(Cipher cipher)
public CryptoObject(Mac mac)