Searched refs:PublicKey (Results 101 - 125 of 159) sorted by relevance

1234567

/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DTestDSA.java86 private static void verify(Provider provider, String alg, PublicKey key, byte[] data, byte[] sig, boolean result) throws Exception {
121 PublicKey publicKey = kf.generatePublic(pubSpec);
141 PublicKey publicKey) throws Exception {
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DTestECDSA.java83 private static void verify(Provider provider, String alg, PublicKey key, byte[] data, byte[] sig, boolean result) throws Exception {
152 PublicKey publicKey = kf.generatePublic(pubSpec);
171 PublicKey publicKey) throws Exception {
H A DReadCertificates.java103 PublicKey key = issuer.getPublicKey();
H A DReadPKCS12.java116 PublicKey publicKey = certs[0].getPublicKey();
/openjdk7/jdk/src/share/classes/java/security/
H A DSignatureSpi.java69 protected abstract void engineInitVerify(PublicKey publicKey)
H A DSignature.java73 * verification (see {@link #initVerify(PublicKey) initVerify}), or
449 public final void initVerify(PublicKey publicKey)
494 PublicKey publicKey = certificate.getPublicKey();
608 * call to <code>initVerify(PublicKey)</code>. That is, the object is
635 * call to <code>initVerify(PublicKey)</code>. That is, the object is
1102 spi.engineInitVerify((PublicKey)key);
1115 protected void engineInitVerify(PublicKey publicKey)
1216 protected void engineInitVerify(PublicKey publicKey)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java25 import java.security.PublicKey;
185 public void addKeyValue(PublicKey pk) {
221 public void add(PublicKey pk) {
698 * @return If the KeyInfo contains a PublicKey node
702 public PublicKey getPublicKey() throws KeyResolverException {
704 PublicKey pk = this.getPublicKeyFromInternalResolvers();
731 PublicKey getPublicKeyFromStaticResolvers() throws KeyResolverException {
740 PublicKey pk =
762 PublicKey getPublicKeyFromInternalResolvers() throws KeyResolverException {
777 PublicKey p
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECKeyPairGenerator.java140 PublicKey publicKey =
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAKeyPairGenerator.java168 PublicKey publicKey = new RSAPublicKeyImpl(n, e);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DRSASignature.java109 protected void engineInitVerify(PublicKey publicKey)
H A DJsseJce.java354 static int getRSAKeyLength(PublicKey key) {
365 static RSAPublicKeySpec getRSAPublicKeySpec(PublicKey key) {
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestRSACipher.java54 PublicKey publicKey = kp.getPublic();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DX509IssuerSerialResolver.java25 import java.security.PublicKey;
52 public PublicKey engineLookupAndResolvePublicKey(
H A DRetrievalMethodResolver.java27 import java.security.PublicKey;
85 public PublicKey engineLookupAndResolvePublicKey(
206 static private PublicKey resolveKey(Element e,String BaseURI,StorageResolver storage) throws KeyResolverException{
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSASignature.java29 import java.security.PublicKey;
237 protected void engineInitVerify(PublicKey key)
/openjdk7/jdk/test/sun/security/provider/DSA/
H A DTestDSA.java85 private static void verify(Provider provider, String alg, PublicKey key, byte[] data, byte[] sig, boolean result) throws Exception {
112 PublicKey publicKey = kf.generatePublic(pubSpec);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DX509CertificatePair.java29 import java.security.PublicKey;
313 PublicKey pk = reverse.getPublicKey();
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DX509KeySelector.java29 import java.security.PublicKey;
45 * A <code>KeySelector</code> that returns {@link PublicKey}s. If the
93 * iterates over the KeyInfo types and returns the first {@link PublicKey}
236 PublicKey pk = ks.getCertificate(alias).getPublicKey();
H A DKeySelectors.java27 import java.security.PublicKey;
160 PublicKey pk = null;
290 PublicKey pk = null;
/openjdk7/jdk/test/sun/security/mscapi/
H A DShortRSAKeyWithinTLS.java171 PublicKey publicKey = null;
176 publicKey = (PublicKey)ks.getCertificate(keyAlias).getPublicKey();
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddPrivateKey.java101 PublicKey publicKey = chain[0].getPublicKey();
195 private static void sign(Provider p, PrivateKey privateKey, PublicKey publicKey) throws Exception {
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP.java43 private static PublicKey publicKey;
H A DTestOAEPWithParams.java45 private static PublicKey publicKey;
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHGenSharedSecret.java111 PublicKey alicePubKey = bobKeyFac.generatePublic(x509Spec);
H A DDHKeyFactory.java83 PublicKey pubKey = kfac.generatePublic(x509KeySpec);

Completed in 63 milliseconds

1234567