diff --git a/api/current.txt b/api/current.txt index 849bd11e328a0..02dcafb9068ff 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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(); } diff --git a/api/system-current.txt b/api/system-current.txt index 5e0d393782ab9..9f46e7605421a 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -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(); }