Home
last modified time | relevance | path

Searched defs:IkeMac (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMac.java38 abstract class IkeMac extends IkeCrypto implements ByteSigner { class
44 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isEncryptAlgo) { in IkeMac() method in IkeMac