Searched refs:engineGetEncoded (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersSpiTest.java47 algParSpi.engineGetEncoded();
48 algParSpi.engineGetEncoded("Format");
62 protected byte[] engineGetEncoded(){ method in class:AlgorithmParametersSpiTest.MyAlgorithmParametersSpi
65 protected byte[] engineGetEncoded(String format){ method in class:AlgorithmParametersSpiTest.MyAlgorithmParametersSpi
H A DAlgorithmParametersTest.java93 protected byte[] engineGetEncoded() throws IOException {
128 protected byte[] engineGetEncoded(String format) throws IOException {
158 protected byte[] engineGetEncoded(String format) throws IOException {
726 protected byte[] engineGetEncoded() throws IOException { method in class:AlgorithmParametersTest.MyAlgorithmParameters
730 protected byte[] engineGetEncoded(String format) throws IOException { method in class:AlgorithmParametersTest.MyAlgorithmParameters
/libcore/luni/src/main/java/java/security/
H A DAlgorithmParametersSpi.java100 protected abstract byte[] engineGetEncoded() throws IOException; method in class:AlgorithmParametersSpi
112 protected abstract byte[] engineGetEncoded(String format) method in class:AlgorithmParametersSpi
H A DAlgorithmParameters.java273 return spiImpl.engineGetEncoded();
291 return spiImpl.engineGetEncoded(format);

Completed in 107 milliseconds