Searched refs:subject (Results 76 - 91 of 91) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DServerHandshaker.java8 * particular file as subject to the "Classpath" exception as provided
488 // validate subject identity
495 Subject subject = null;
497 subject = AccessController.doPrivileged(
504 subject = null;
507 " subject failed!");
511 if (subject != null) {
514 subject.getPrincipals(Principal.class);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertImpl.java8 * particular file as subject to the "Classpath" exception as provided
97 // x509.info.subject.dname
835 * Gets the subject distinguished name from the certificate.
837 * @return the subject name.
843 Principal subject = (Principal)info.get(
846 return subject;
853 * Get subject name as X500Principal. Overrides implementation in
862 X500Principal subject = (X500Principal)info.get(
865 return subject;
1192 * Returns the subject'
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingPolicyMapConfigurator.java8 * particular file as subject to the "Classpath" exception as provided
40 import com.sun.xml.internal.ws.policy.subject.WsdlBindingSubject;
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java8 * particular file as subject to the "Classpath" exception as provided
597 // get service ticket from caller's subject
617 + " ticket from the subject failed!");
623 "the subject" +
638 "the subject");
645 final Subject subject =
652 if (subject != null &&
653 !subject.isReadOnly()) {
666 subject.getPrivateCredentials().add(kt);
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DPKIXValidator.java8 * particular file as subject to the "Classpath" exception as provided
257 X500Principal subject = last.getSubjectX500Principal();
H A DSimpleValidator.java8 * particular file as subject to the "Classpath" exception as provided
84 * Map (X500Principal)subject of trusted cert -> List of X509Certificate
86 * with an identical subject DN.
374 X500Principal subject = cert.getSubjectX500Principal();
391 * same subject and issuer names but a new validity period, etc.
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSoundbank.java8 * particular file as subject to the "Classpath" exception as provided
436 info.subject = chunk.readString(chunk.available());
718 dlsinstrument.info.subject = chunk.readString(chunk.available());
861 dlssample.info.subject = chunk.readString(chunk.available());
1172 writeInfoStringChunk(writer, "ISBJ", info.subject);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s10 ! particular file as subject to the "Classpath" exception as provided
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java8 * particular file as subject to the "Classpath" exception as provided
812 * @param subject the Permissions granted to this <code>Subject</code>
823 public PermissionCollection getPermissions(final Subject subject, argument
847 (subject,
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs11 * particular file as subject to the "Classpath" exception as provided
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java8 * particular file as subject to the "Classpath" exception as provided
1421 Subject subject = new Subject(true,
1426 if (!pc.implies(subject)) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java8 * particular file as subject to the "Classpath" exception as provided
1068 * @param subject this parameter is ignored
1078 public void login(Subject subject, CallbackHandler handler) argument
1195 // we do not store the PIN in the subject for now
H A DP11KeyStore.java8 * particular file as subject to the "Classpath" exception as provided
1227 // issuer->subject links
1246 " certificate entries for subject [" +
1829 X500Principal subject) throws PKCS11Exception {
1831 // subject is currently ignored - could be used to set CKA_SUBJECT
2004 // build chain following issuer->subject links
2030 " certificate entries for subject [" +
2065 "with subject [" +
2071 "shared cert in chain with subject [" +
2613 // "that is part of cert chain - cert subject i
1827 getRsaPrivKeyAttrs(String alias, RSAPrivateKey key, X500Principal subject) argument
[all...]
/openjdk7/jdk/make/docs/
H A DMakefile7 # particular file as subject to the "Classpath" exception as provided
241 contained herein are not final and are subject to change. \
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java8 * particular file as subject to the "Classpath" exception as provided
1340 X500Name subject = dname == null?
1345 request.encodeAndSign(subject, signature);
3344 // Use the subject distinguished name as the key into the hash table.
3345 // All certificates associated with the same subject distinguished
3491 * in turn is stored in the hashtable, keyed by the CA's subject DN
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec8 * particular file as subject to the "Classpath" exception as provided

Completed in 92 milliseconds

1234