Searched defs:getParams (Results 1 - 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/security/interfaces/
H A DDSAKey.java49 public DSAParams getParams(); method in interface:DSAKey
H A DECKey.java44 ECParameterSpec getParams(); method in interface:ECKey
/libcore/ojluni/src/main/java/javax/crypto/interfaces/
H A DDHKey.java47 DHParameterSpec getParams(); method in interface:DHKey
/libcore/luni/src/test/java/tests/security/
H A DCertPathValidatorTest.java33 public abstract CertPathParameters getParams(); method in class:CertPathValidatorTest
42 getCertPath(), getParams());
/libcore/ojluni/src/main/java/java/security/spec/
H A DECPrivateKeySpec.java78 public ECParameterSpec getParams() { method in class:ECPrivateKeySpec
H A DECPublicKeySpec.java82 public ECParameterSpec getParams() { method in class:ECPublicKeySpec
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSetInternal.java50 Object[] getParams() throws SQLException; method in interface:RowSetInternal
/libcore/luni/src/test/java/tests/targets/security/cert/
H A DCertPathValidatorTestPKIX.java93 public CertPathParameters getParams() { method in class:CertPathValidatorTestPKIX
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPrivateKeyTest.java87 assertTrue(pk1.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
108 public DHParameterSpec getParams() { method in class:DHPrivateKeyTest.checkDHPrivateKey
H A DDHPublicKeyTest.java87 assertTrue(pk2.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
108 public DHParameterSpec getParams() { method in class:DHPublicKeyTest.checkDHPublicKey

Completed in 1026 milliseconds