Searched defs:getAlgorithm (Results 1 - 25 of 69) sorted by relevance

123

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyTest.java54 public String getAlgorithm() { method in class:SecretKeyTest.checkSecretKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKSSecretKeyEntryTest.java79 public String getAlgorithm() { method in class:tmpSecretKey
H A DKeyTest.java54 public String getAlgorithm() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java54 public String getAlgorithm() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java55 public String getAlgorithm() { method in class:PublicKeyTest.checkPublicKey
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSignature_Impl1Test.java77 public String getAlgorithm() { method in class:Signature_Impl1Test.MyKey
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyPairGenerator2.java42 public String getAlgorithm() { method in class:MyKeyPairGenerator2
H A DPrivateKeyStub.java55 * @see java.security.Key#getAlgorithm()
57 public String getAlgorithm() { method in class:PrivateKeyStub
H A DPublicKeyStub.java52 public String getAlgorithm() { method in class:PublicKeyStub
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptionScheme.java42 public ASN1ObjectIdentifier getAlgorithm() method in class:EncryptionScheme
44 return algId.getAlgorithm();
H A DKeyDerivationFunc.java42 public ASN1ObjectIdentifier getAlgorithm() method in class:KeyDerivationFunc
44 return algId.getAlgorithm();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAlgorithmIdentifier.java101 public ASN1ObjectIdentifier getAlgorithm() method in class:AlgorithmIdentifier
107 * @deprecated use getAlgorithm
H A DSubjectPublicKeyInfo.java82 public AlgorithmIdentifier getAlgorithm() method in class:SubjectPublicKeyInfo
88 * @deprecated use getAlgorithm()
/external/conscrypt/src/main/java/org/conscrypt/
H A DX509PublicKey.java39 public String getAlgorithm() { method in class:X509PublicKey
H A DOpenSSLSecretKey.java63 public String getAlgorithm() { method in class:OpenSSLSecretKey
101 if (!algorithm.equals(other.getAlgorithm())) {
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
H A DDHPrivateKeyTest.java57 public String getAlgorithm() { method in class:DHPrivateKeyTest.checkDHPrivateKey
H A DDHPublicKeyTest.java60 public String getAlgorithm() { method in class:DHPublicKeyTest.checkDHPublicKey
H A DPBEKeyTest.java57 public String getAlgorithm() { method in class:PBEKeyTest.checkPBEKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DDSAPrivateKeyTest.java56 public String getAlgorithm() { method in class:DSAPrivateKeyTest.checkDSAPrivateKey
H A DDSAPublicKeyTest.java56 public String getAlgorithm() { method in class:DSAPublicKeyTest.checkDSAPublicKey
H A DECPrivateKeyTest.java56 public String getAlgorithm() { method in class:ECPrivateKeyTest.checkECPrivateKey
H A DECPublicKeyTest.java56 public String getAlgorithm() { method in class:ECPublicKeyTest.checkECPublicKey
H A DRSAPrivateKeyTest.java55 public String getAlgorithm() { method in class:RSAPrivateKeyTest.checkRSAPrivateKey
H A DRSAPublicKeyTest.java55 public String getAlgorithm() { method in class:RSAPublicKeyTest.checkRSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCERSAPublicKey.java82 public String getAlgorithm() method in class:JCERSAPublicKey

Completed in 831 milliseconds

123