Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d473255 authored by Sergio Giro's avatar Sergio Giro Committed by Gerrit Code Review
Browse files

Merge "javax.crypto.spec: update PBEParameterSpec to Java 8"

parents c7f97dbd 0a7e1390
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61019,7 +61019,9 @@ package javax.crypto.spec {
  public class PBEParameterSpec implements java.security.spec.AlgorithmParameterSpec {
    ctor public PBEParameterSpec(byte[], int);
    ctor public PBEParameterSpec(byte[], int, java.security.spec.AlgorithmParameterSpec);
    method public int getIterationCount();
    method public java.security.spec.AlgorithmParameterSpec getParameterSpec();
    method public byte[] getSalt();
  }
+2 −0
Original line number Diff line number Diff line
@@ -63639,7 +63639,9 @@ package javax.crypto.spec {
  public class PBEParameterSpec implements java.security.spec.AlgorithmParameterSpec {
    ctor public PBEParameterSpec(byte[], int);
    ctor public PBEParameterSpec(byte[], int, java.security.spec.AlgorithmParameterSpec);
    method public int getIterationCount();
    method public java.security.spec.AlgorithmParameterSpec getParameterSpec();
    method public byte[] getSalt();
  }