Home
last modified time | relevance | path

Searched defs:getParams (Results 1 – 25 of 25) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/interfaces/
DDHKey.java47 DHParameterSpec getParams(); in getParams() method
/libcore/ojluni/src/main/java/java/security/interfaces/
DECKey.java44 ECParameterSpec getParams(); in getParams() method
DDSAKey.java50 public DSAParams getParams(); in getParams() method
DEdECKey.java46 NamedParameterSpec getParams(); in getParams() method
DXECKey.java45 AlgorithmParameterSpec getParams(); in getParams() method
DRSAKey.java65 default AlgorithmParameterSpec getParams() { in getParams() method
/libcore/ojluni/annotations/flagged_api/java/security/interfaces/
DRSAKey.annotated.java35 public default java.security.spec.AlgorithmParameterSpec getParams() { throw new RuntimeException("… in getParams() method
/libcore/ojluni/annotations/sdk/nullability/java/security/spec/
DEdECPublicKeySpec.annotated.java31 …public @libcore.util.NonNull NamedParameterSpec getParams() { throw new RuntimeException("Stub!");… in getParams() method in EdECPublicKeySpec
DEdECPrivateKeySpec.annotated.java31 …public @libcore.util.NonNull NamedParameterSpec getParams(){ throw new RuntimeException("Stub!"); } in getParams() method in EdECPrivateKeySpec
/libcore/ojluni/src/main/java/javax/sql/
DRowSetInternal.java50 Object[] getParams() throws SQLException; in getParams() method
/libcore/ojluni/src/main/java/java/security/spec/
DXECPublicKeySpec.java70 public AlgorithmParameterSpec getParams() { in getParams() method in XECPublicKeySpec
DECPublicKeySpec.java82 public ECParameterSpec getParams() { in getParams() method in ECPublicKeySpec
DXECPrivateKeySpec.java69 public AlgorithmParameterSpec getParams() { in getParams() method in XECPrivateKeySpec
DECPrivateKeySpec.java78 public ECParameterSpec getParams() { in getParams() method in ECPrivateKeySpec
DEdECPublicKeySpec.java66 public NamedParameterSpec getParams() { in getParams() method in EdECPublicKeySpec
DEdECPrivateKeySpec.java68 public NamedParameterSpec getParams() { in getParams() method in EdECPrivateKeySpec
DRSAPrivateKeySpec.java101 public AlgorithmParameterSpec getParams() { in getParams() method in RSAPrivateKeySpec
DRSAPublicKeySpec.java102 public AlgorithmParameterSpec getParams() { in getParams() method in RSAPublicKeySpec
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPrivateKeyTest.java69 public DHParameterSpec getParams() { in getParams() method in DHPrivateKeyTest.checkDHPrivateKey
DDHPublicKeyTest.java69 public DHParameterSpec getParams() { in getParams() method in DHPublicKeyTest.checkDHPublicKey
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPublicKeySpec.annotated.java42 public java.security.spec.AlgorithmParameterSpec getParams() { throw new RuntimeException("Stub!");… in getParams() method in RSAPublicKeySpec
DRSAPrivateKeySpec.annotated.java42 public java.security.spec.AlgorithmParameterSpec getParams() { throw new RuntimeException("Stub!");… in getParams() method in RSAPrivateKeySpec
/libcore/luni/src/test/java/tests/security/
DCertPathValidatorTest.java33 public abstract CertPathParameters getParams(); in getParams() method in CertPathValidatorTest
/libcore/luni/src/test/java/tests/targets/security/cert/
DCertPathValidatorTestPKIX.java93 public CertPathParameters getParams() { in getParams() method in CertPathValidatorTestPKIX
/libcore/ojluni/src/test/java/lang/invoke/common/test/java/lang/invoke/lib/
DHelper.java137 public static List<Class<?>> getParams(List<Class<?>> classes, in getParams() method in Helper