Home
last modified time | relevance | path

Searched refs:encodeAndSignSigStructure (Results 1 – 1 of 1) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DUtils.java176 .add(encodeAndSignSigStructure( in encodeAndSignSign1Ed25519()
191 .add(encodeAndSignSigStructure( in encodeAndSignSign1Ecdsa256()
197 private static byte[] encodeAndSignSigStructure( in encodeAndSignSigStructure() method in Utils
200 return encodeAndSignSigStructure(protectedHeaders, null, payload, in encodeAndSignSigStructure()
204 private static byte[] encodeAndSignSigStructure(byte[] protectedHeaders, byte[] externalAad, in encodeAndSignSigStructure() method in Utils