Searched refs:SHA1 (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DDigestMethod.java65 * SHA1</a> digest method algorithm URI.
67 static final String SHA1 = "http://www.w3.org/2000/09/xmldsig#sha1"; field in interface:DigestMethod
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DMGF1ParameterSpec.java63 public static final MGF1ParameterSpec SHA1 = field in class:MGF1ParameterSpec
H A DPSSParameterSpec.java64 * parameters for mgf -- MGF1ParameterSpec.SHA1
82 private AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1;
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMDigestMethod.java90 if (alg.equals(DigestMethod.SHA1)) {
91 return new SHA1(dmElem);
201 static final class SHA1 extends DOMDigestMethod { class in class:DOMDigestMethod
202 SHA1(AlgorithmParameterSpec params) method in class:DOMDigestMethod.SHA1
206 SHA1(Element dmElem) throws MarshalException { method in class:DOMDigestMethod.SHA1
210 return DigestMethod.SHA1;
H A DDOMHMACSignatureMethod.java193 static final class SHA1 extends DOMHMACSignatureMethod { class in class:DOMHMACSignatureMethod
194 SHA1(AlgorithmParameterSpec params) method in class:DOMHMACSignatureMethod.SHA1
198 SHA1(Element dmElem) throws MarshalException { method in class:DOMHMACSignatureMethod.SHA1
H A DDOMXMLSignatureFactory.java193 if (algorithm.equals(DigestMethod.SHA1)) {
194 return new DOMDigestMethod.SHA1(params);
223 return new DOMHMACSignatureMethod.SHA1(params);
H A DDOMSignatureMethod.java123 return new DOMHMACSignatureMethod.SHA1(smElem);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipherParameters.java71 public static final String SHA1 = field in interface:XMLCipherParameters
H A DXMLCipher.java125 /** SHA1 Cipher */
126 public static final String SHA1 = field in class:XMLCipher
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DOAEPParameterSpec.java67 * parameters for mgf -- MGF1ParameterSpec.SHA1
81 private AlgorithmParameterSpec mgfSpec = MGF1ParameterSpec.SHA1;
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A Ddiffend.sh91 -digestalg SHA1 \
105 -digestalg SHA1 \
H A Dnameclash.sh60 $JARSIGNER -keystore $KS -storepass changeit $JFILE a -digestalg SHA1 || exit 1
H A Doldsig.sh77 -digestalg SHA1 \
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java69 if (alg1.equals("SHA") || alg1.equals("SHA1")) {
70 result = (alg2.equals("SHA") || alg2.equals("SHA1"));
127 status &= runTest("SHA", MGF1ParameterSpec.SHA1, new byte[0]);
128 status &= runTest("SHA-1", MGF1ParameterSpec.SHA1, new byte[0]);
129 status &= runTest("SHA1", MGF1ParameterSpec.SHA1, new byte[0]);
H A DTestOAEPWithParams.java50 "MD5", "SHA1", "SHA-256"
87 "MGF1", MGF1ParameterSpec.SHA1, new PSource.PSpecified(pSrc1));
89 "MGF1", MGF1ParameterSpec.SHA1, new PSource.PSpecified(pSrc2));
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java288 maxDigestLength = HashAlgorithm.SHA1.length;
318 SHA1( "sha1", "SHA-1", 2, 20), enum constant in enum:SignatureAndHashAlgorithm.HashAlgorithm
349 algorithm = SHA1;
417 supports(HashAlgorithm.SHA1, SignatureAlgorithm.DSA,
419 supports(HashAlgorithm.SHA1, SignatureAlgorithm.RSA,
421 supports(HashAlgorithm.SHA1, SignatureAlgorithm.ECDSA,
H A DServerHandshaker.java964 HashAlgorithm.SHA1.value,
973 HashAlgorithm.SHA1.value,
982 HashAlgorithm.SHA1.value,
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DOAEPParameters.java127 mgfSpec = MGF1ParameterSpec.SHA1;
146 mgfSpec = MGF1ParameterSpec.SHA1;
H A DRSACipher.java307 MGF1ParameterSpec.SHA1, PSource.PSpecified.DEFAULT);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSASignature.java176 setDigestName("SHA1");
178 setDigestName("SHA1+MD5");
200 public static final class SHA1 extends RSASignature { class in class:RSASignature
201 public SHA1() { method in class:RSASignature.SHA1
202 super("SHA1");
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDSASignature.java162 public static final class SHA1 extends ECDSASignature { class in class:ECDSASignature
163 public SHA1() { method in class:ECDSASignature.SHA1
164 super("SHA1");
/openjdk7/jdk/test/javax/xml/crypto/dsig/SecurityManager/
H A DXMLDSigWithSecMgr.java68 sha1 = fac.newDigestMethod(DigestMethod.SHA1, null);
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java159 sha1 = fac.newDigestMethod(DigestMethod.SHA1, null);
892 fac.newDigestMethod(DigestMethod.SHA1, null),
905 fac.newDigestMethod(DigestMethod.SHA1, null),
913 fac.newDigestMethod(DigestMethod.SHA1, null),
926 fac.newDigestMethod(DigestMethod.SHA1, null),
995 ("", fac.newDigestMethod(DigestMethod.SHA1, null),
1008 fac.newDigestMethod(DigestMethod.SHA1, null), trans2, null, null));

Completed in 133 milliseconds