Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DAlgorithmParametersSpiTest.java47 algParSpi.engineGetEncoded(); in testAlgorithmParametersSpi()
48 algParSpi.engineGetEncoded("Format"); in testAlgorithmParametersSpi()
62 protected byte[] engineGetEncoded(){ in engineGetEncoded() method in AlgorithmParametersSpiTest.MyAlgorithmParametersSpi
65 protected byte[] engineGetEncoded(String format){ in engineGetEncoded() method in AlgorithmParametersSpiTest.MyAlgorithmParametersSpi
DAlgorithmParametersTest.java93 protected byte[] engineGetEncoded() throws IOException { in test_getEncoded()
128 protected byte[] engineGetEncoded(String format) throws IOException { in test_getEncodedLjava_lang_String()
158 protected byte[] engineGetEncoded(String format) throws IOException { in test_getEncodedLjava_lang_String()
726 protected byte[] engineGetEncoded() throws IOException { in engineGetEncoded() method in AlgorithmParametersTest.MyAlgorithmParameters
730 protected byte[] engineGetEncoded(String format) throws IOException { in engineGetEncoded() method in AlgorithmParametersTest.MyAlgorithmParameters
/libcore/ojluni/src/main/java/java/security/
DAlgorithmParametersSpi.java127 protected abstract byte[] engineGetEncoded() throws IOException; in engineGetEncoded() method in AlgorithmParametersSpi
142 protected abstract byte[] engineGetEncoded(String format) in engineGetEncoded() method in AlgorithmParametersSpi
DAlgorithmParameters.java406 return paramSpi.engineGetEncoded(); in getEncoded()
428 return paramSpi.engineGetEncoded(format); in getEncoded()
/libcore/ojluni/src/main/java/sun/security/ec/
DECParameters.java338 protected byte[] engineGetEncoded() throws IOException { in engineGetEncoded() method in ECParameters
342 protected byte[] engineGetEncoded(String encodingMethod) throws IOException { in engineGetEncoded() method in ECParameters
343 return engineGetEncoded(); in engineGetEncoded()