Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeCertReqPayloadTest.java48 IkeCertReqPayload certPayload = (IkeCertReqPayload) pair.first; in testDecode() local
63 IkeCertReqPayload certPayload = (IkeCertReqPayload) pair.first; in testEncode() local
DIkeCertX509CertPayloadTest.java107 IkeCertX509CertPayload certPayload = new IkeCertX509CertPayload(cert); in testEncodeX509Certificate() local
121 IkeCertPayload certPayload = IkeCertPayload.getIkeCertPayload(false, inputPacket); in testDecodeX509Certificate() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java3242 IkeCertX509CertPayload certPayload = new IkeCertX509CertPayload(mServerEndCertificate); in testCreateIkeLocalIkeAuthPreEap() local