public static final class FingerprintManager.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. |
long |
getOpId() |
Signature |
getSignature()
Get
Signature object. |
public CryptoObject(Signature signature)
public CryptoObject(Cipher cipher)
public CryptoObject(Mac mac)
public Signature getSignature()
Signature
object.Signature
object or null if this doesn't contain one.public Cipher getCipher()
Cipher
object.Cipher
object or null if this doesn't contain one.public long getOpId()