HomeSort by relevance Sort by last modified time
    Searched defs:engineGetEncoded (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/java/security/
AlgorithmParametersSpi.java 100 protected abstract byte[] engineGetEncoded() throws IOException;
112 protected abstract byte[] engineGetEncoded(String format)
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersSpiTest.java 47 algParSpi.engineGetEncoded();
48 algParSpi.engineGetEncoded("Format");
62 protected byte[] engineGetEncoded(){
65 protected byte[] engineGetEncoded(String format){
AlgorithmParametersTest.java 93 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 {
730 protected byte[] engineGetEncoded(String format) throws IOException {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java 80 protected byte[] engineGetEncoded()
83 return engineGetEncoded("ASN.1");
86 protected byte[] engineGetEncoded(
92 return new DEROctetString(engineGetEncoded("RAW")).getEncoded();
226 // protected byte[] engineGetEncoded()
231 // protected byte[] engineGetEncoded(
239 // return new RC2CBCParameter(engineGetEncoded()).getEncoded();
243 // return new RC2CBCParameter(parameterVersion, engineGetEncoded()).getEncoded();
249 // return engineGetEncoded();
360 protected byte[] engineGetEncoded()
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 88 protected byte[] engineGetEncoded() throws IOException {
123 protected byte[] engineGetEncoded(String format) throws IOException {
153 protected byte[] engineGetEncoded(String format) throws IOException {
635 protected byte[] engineGetEncoded() throws IOException {
639 protected byte[] engineGetEncoded(String format) throws IOException {
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 191 milliseconds