public static class FingerprintManagerCompatApi23.CryptoObject extends Object
CryptoObject(Cipher cipher)
CryptoObject(Mac mac)
CryptoObject(Signature signature)
Cipher
getCipher()
Mac
getMac()
Signature
getSignature()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CryptoObject(Signature signature)
public CryptoObject(Cipher cipher)
public CryptoObject(Mac mac)
public Signature getSignature()
public Cipher getCipher()
public Mac getMac()