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

This commit is contained in:
Sergio Giro
2016-08-24 14:54:47 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -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();
}

View File

@@ -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();
}