Searched refs:engineGetEncoded (Results 1 – 5 of 5) sorted by relevance
47 algParSpi.engineGetEncoded(); in testAlgorithmParametersSpi()48 algParSpi.engineGetEncoded("Format"); in testAlgorithmParametersSpi()62 protected byte[] engineGetEncoded(){ in engineGetEncoded() method in AlgorithmParametersSpiTest.MyAlgorithmParametersSpi65 protected byte[] engineGetEncoded(String format){ in engineGetEncoded() method in AlgorithmParametersSpiTest.MyAlgorithmParametersSpi
93 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.MyAlgorithmParameters730 protected byte[] engineGetEncoded(String format) throws IOException { in engineGetEncoded() method in AlgorithmParametersTest.MyAlgorithmParameters
127 protected abstract byte[] engineGetEncoded() throws IOException; in engineGetEncoded() method in AlgorithmParametersSpi142 protected abstract byte[] engineGetEncoded(String format) in engineGetEncoded() method in AlgorithmParametersSpi
406 return paramSpi.engineGetEncoded(); in getEncoded()428 return paramSpi.engineGetEncoded(format); in getEncoded()
338 protected byte[] engineGetEncoded() throws IOException { in engineGetEncoded() method in ECParameters342 protected byte[] engineGetEncoded(String encodingMethod) throws IOException { in engineGetEncoded() method in ECParameters343 return engineGetEncoded(); in engineGetEncoded()