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.java195 .add(encodeAndSignSigStructure( in encodeAndSignSign1Ed25519()
210 .add(encodeAndSignSigStructure( in encodeAndSignSign1Ecdsa256()
216 private static byte[] encodeAndSignSigStructure( in encodeAndSignSigStructure() method in Utils
219 return encodeAndSignSigStructure(protectedHeaders, null, payload, in encodeAndSignSigStructure()
223 private static byte[] encodeAndSignSigStructure(byte[] protectedHeaders, byte[] externalAad, in encodeAndSignSigStructure() method in Utils