Searched defs:getAlgorithm (Results 51 - 72 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMHMACSignatureMethod.java201 public String getAlgorithm() { method in class:DOMHMACSignatureMethod.SHA1
220 public String getAlgorithm() { method in class:DOMHMACSignatureMethod.SHA256
239 public String getAlgorithm() { method in class:DOMHMACSignatureMethod.SHA384
258 public String getAlgorithm() { method in class:DOMHMACSignatureMethod.SHA512
H A DDOMSignatureMethod.java186 DOMUtils.setAttribute(smElem, "Algorithm", getAlgorithm());
241 if (getAlgorithm().equals(SignatureMethod.DSA_SHA1)) {
295 if (getAlgorithm().equals(SignatureMethod.DSA_SHA1)) {
349 return (getAlgorithm().equals(osm.getAlgorithm()) &&
456 public String getAlgorithm() { method in class:DOMSignatureMethod.SHA1withRSA
472 public String getAlgorithm() { method in class:DOMSignatureMethod.SHA256withRSA
488 public String getAlgorithm() { method in class:DOMSignatureMethod.SHA384withRSA
504 public String getAlgorithm() { method in class:DOMSignatureMethod.SHA512withRSA
520 public String getAlgorithm() { method in class:DOMSignatureMethod.SHA1withDSA
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java157 public String getAlgorithm() { method in class:KeyPairGenerator
H A DMessageDigest.java462 public final String getAlgorithm() { method in class:MessageDigest
H A DSecureRandom.java401 public String getAlgorithm() { method in class:SecureRandom
545 return s.getAlgorithm();
H A DSignature.java295 + "available for algorithm " + s.getAlgorithm());
751 public final String getAlgorithm() { method in class:Signature
775 return "Signature object: " + getAlgorithm() + initState;
H A DProvider.java781 String algorithm = s.getAlgorithm();
798 String algorithm = s.getAlgorithm();
816 String algorithm = s.getAlgorithm();
872 String algorithm = s.getAlgorithm();
1142 public final String getAlgorithm() { method in class:Provider.Service
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermission.java324 final String getAlgorithm() { method in class:CryptoPermission
H A DKeyAgreement.java131 public final String getAlgorithm() { method in class:KeyAgreement
H A DKeyGenerator.java172 public final String getAlgorithm() { method in class:KeyGenerator
H A DMac.java133 public final String getAlgorithm() { method in class:Mac
H A DCipher.java441 String alg = s.getAlgorithm().toUpperCase(Locale.ENGLISH);
903 public final String getAlgorithm() { method in class:Cipher
2478 String alg = params.getAlgorithm().toUpperCase(Locale.ENGLISH);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java133 public java.security.MessageDigest getAlgorithm() { method in class:MessageDigestAlgorithm
186 * Proxy method for {@link java.security.MessageDigest#getAlgorithm}
189 * @return the result of the {@link java.security.MessageDigest#getAlgorithm} method
192 return this.algorithm.getAlgorithm();
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java135 public String getAlgorithm() { method in class:RSAPrivateCrtKeyImpl
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509Key.java284 public String getAlgorithm() { method in class:X509Key
/openjdk7/jdk/test/java/security/KeyStore/
H A DDefaultEntryType.java54 public String getAlgorithm() { return ("matching_alg"); } method in class:DefaultEntryType.PrivKey1
60 public String getAlgorithm() { return ("non_matching_alg"); } method in class:DefaultEntryType.PubKey1
66 public String getAlgorithm() { return ("matching_alg"); } method in class:DefaultEntryType.PubKey2
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java235 public String getAlgorithm() { return "foo"; } method in class:GetInstance.FooKey
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java101 public String getAlgorithm() { return alg; } method in class:Basic.P11SecretKey
282 if ("RSA".equals(pkey.getAlgorithm())) {
286 ("expected RSA, got " + pkey.getAlgorithm());
423 if ("DES".equals(ske.getSecretKey().getAlgorithm())) {
427 ("expected DES, got " + ske.getSecretKey().getAlgorithm());
432 if ("DESede".equals(ske.getSecretKey().getAlgorithm())) {
436 ("expected DESede, got " + ske.getSecretKey().getAlgorithm());
441 if ("DES".equals(skey.getAlgorithm())) {
445 ("expected DES, got " + skey.getAlgorithm());
450 if ("DESede".equals(skey.getAlgorithm())) {
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java166 synchronized String getAlgorithm () { return algorithm;} method in class:DigestAuthentication.Parameters
336 String algorithm = params.getAlgorithm ();
394 String algorithm = params.getAlgorithm ();
439 String algorithm = params.getAlgorithm ();
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java77 // algorithm name, returned by getAlgorithm(), etc.
124 public final String getAlgorithm() { method in class:P11Key
198 return new KeyRep(type, getAlgorithm(), format, getEncoded());
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java1330 public String getAlgorithm() { method in class:Krb5Context.KerberosSessionKey
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java301 instance._contextCipher.getAlgorithm());
375 instance._contextCipher.getAlgorithm());
432 instance._contextCipher.getAlgorithm());
1347 encryptedKey.getEncryptionMethod().getAlgorithm());
1400 return decryptKey(encryptedKey, _ed.getEncryptionMethod().getAlgorithm());
1516 getAlgorithm(),
1538 JCEMapper.translateURItoJCEID(encryptedData.getEncryptionMethod().getAlgorithm());
2842 public String getAlgorithm() { method in class:XMLCipher.Factory.AgreementMethodImpl
3507 public String getAlgorithm() { method in class:XMLCipher.Factory.EncryptionMethodImpl

Completed in 521 milliseconds

123