Home
last modified time | relevance | path

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

/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
H A DUtils.java114 .add(encodeAndSignSigStructure( in encodeAndSignSign1Ed25519()
120 private static byte[] encodeAndSignSigStructure( in encodeAndSignSigStructure() method in Utils
122 return encodeAndSignSigStructure(protectedHeaders, null, payload, privateKey); in encodeAndSignSigStructure()
125 private static byte[] encodeAndSignSigStructure(byte[] protectedHeaders, byte[] externalAad, in encodeAndSignSigStructure() method in Utils