Searched refs:Identity (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/security/
H A DIdentityScope.java33 * <p>This class represents a scope for identities. It is an Identity
37 * <p>An IdentityScope can contain Identity objects of all kinds, including
38 * Signers. All types of Identity objects can be retrieved, added, and
47 * Suppose it is an Identity, that is, it has a public key, and a set of
49 * "Acme Software". No other named Identity in the scope has the same
52 * @see Identity
66 class IdentityScope extends Identity {
182 public abstract Identity getIdentity(String name);
186 * specified principal. (Note: Identity implements Principal.)
195 public Identity getIdentit
[all...]
H A DIdentity.java37 * <p>All Identity objects have a name and a public key. Names are
38 * immutable. Identities may also be scoped. That is, if an Identity is
40 * key of the Identity are unique within that scope.
42 * <p>An Identity also has a set of certificates (all certifying its own
46 * <p>An Identity can be subclassed, to include postal and email addresses,
60 public abstract class Identity implements Principal, Serializable { class in inherits:Principal,Serializable
103 protected Identity() { method in class:Identity
116 public Identity(String name, IdentityScope scope) throws method in class:Identity
130 public Identity(String name) { method in class:Identity
324 * {@link #identityEquals(Identity) identityEqual
[all...]
H A DSigner.java31 * This class is used to represent an Identity that can also digitally
38 * @see Identity
48 public abstract class Signer extends Identity {
/openjdk7/jdk/test/java/security/Identity/
H A DEqualsHashCodeContract.java28 * @summary java.security.Identity violates equals/hashCode contract
37 Identity i1=new MyIdentity("identity",
39 Identity i2=new MyIdentity("identity",
41 Identity i3=new MyIdentity("identity",
69 class MyIdentity extends Identity {
127 public Identity getIdentity(String name) {
131 public Identity getIdentity(PublicKey key) {
135 public void addIdentity(Identity identity) {
138 public void removeIdentity(Identity identity) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_sv.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_fr.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_es.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_it.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_ko.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_zh_CN.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
H A DXMLSchemaMessages_zh_TW.properties43 # Identity constraints
61 # "Identity constraints". And we should cover all of the following errors.
/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.hpp50 virtual Node *Identity( PhaseTransform *phase );
162 virtual Node *Identity( PhaseTransform *phase );
179 virtual Node *Identity( PhaseTransform *phase );
194 virtual Node *Identity( PhaseTransform *phase );
207 virtual Node *Identity( PhaseTransform *phase );
220 virtual Node *Identity( PhaseTransform *phase );
233 virtual Node *Identity( PhaseTransform *phase );
246 virtual Node *Identity( PhaseTransform *phase );
259 virtual Node *Identity( PhaseTransform *phase );
H A Daddnode.hpp50 virtual Node *Identity( PhaseTransform *phase );
83 virtual Node *Identity( PhaseTransform *phase );
97 virtual Node *Identity( PhaseTransform *phase );
112 virtual Node *Identity( PhaseTransform *phase ) { return this; } function in class:AddFNode
127 virtual Node *Identity( PhaseTransform *phase ) { return this; } function in class:AddDNode
145 virtual Node *Identity( PhaseTransform *phase );
173 virtual Node *Identity( PhaseTransform *phase );
187 virtual Node *Identity( PhaseTransform *phase );
H A Dconnode.hpp166 virtual Node *Identity( PhaseTransform *phase );
225 virtual Node *Identity( PhaseTransform *phase );
262 virtual Node *Identity( PhaseTransform *phase );
286 virtual Node *Identity( PhaseTransform *phase );
306 virtual Node *Identity( PhaseTransform *phase );
318 virtual Node *Identity( PhaseTransform *phase );
332 virtual Node *Identity( PhaseTransform *phase );
344 virtual Node *Identity( PhaseTransform *phase );
357 virtual Node *Identity( PhaseTransform *phase );
381 virtual Node *Identity( PhaseTransfor
[all...]
H A Drootnode.hpp45 virtual Node *Identity( PhaseTransform *phase ) { return this; } function in class:RootNode
H A Ddivnode.hpp47 virtual Node *Identity( PhaseTransform *phase );
60 virtual Node *Identity( PhaseTransform *phase );
73 virtual Node *Identity( PhaseTransform *phase );
86 virtual Node *Identity( PhaseTransform *phase );
150 virtual Node *Identity( PhaseTransform *phase ) { return this; } function in class:DivModNode
H A Dcfgnode.hpp95 virtual Node *Identity( PhaseTransform *phase );
202 virtual Node *Identity( PhaseTransform *phase );
230 virtual Node *Identity( PhaseTransform *phase );
370 virtual Node *Identity( PhaseTransform *phase );
379 virtual Node *Identity( PhaseTransform *phase );
485 virtual Node *Identity( PhaseTransform *phase );
504 virtual Node *Identity( PhaseTransform *phase );
H A Dconnode.cpp132 // Helper function to check for CMOVE identity. Shared with PhiNode::Identity
155 //------------------------------Identity---------------------------------------
158 Node *CMoveNode::Identity( PhaseTransform *phase ) { function in class:CMoveNode
392 Node *ConstraintCastNode::Identity( PhaseTransform *phase ) { function in class:ConstraintCastNode
458 //------------------------------Identity---------------------------------------
460 Node *CheckCastPPNode::Identity( PhaseTransform *phase ) { function in class:CheckCastPPNode
573 Node* DecodeNNode::Identity(PhaseTransform* phase) { function in class:DecodeNNode
593 Node* EncodePNode::Identity(PhaseTransform* phase) { function in class:EncodePNode
619 //------------------------------Identity---------------------------------------
620 Node *Conv2BNode::Identity( PhaseTransfor function in class:Conv2BNode
663 Node *ConvD2FNode::Identity(PhaseTransform *phase) { function in class:ConvD2FNode
688 Node *ConvD2INode::Identity(PhaseTransform *phase) { function in class:ConvD2INode
703 Node *ConvD2LNode::Identity(PhaseTransform *phase) { function in class:ConvD2LNode
740 Node *ConvF2INode::Identity(PhaseTransform *phase) { function in class:ConvF2INode
767 Node *ConvF2LNode::Identity(PhaseTransform *phase) { function in class:ConvF2LNode
804 Node *ConvI2FNode::Identity(PhaseTransform *phase) { function in class:ConvI2FNode
998 Node *ConvL2INode::Identity( PhaseTransform *phase ) { function in class:ConvL2INode
1118 Node *CastX2PNode::Identity( PhaseTransform *phase ) { function in class:CastX2PNode
1140 Node *CastP2XNode::Identity( PhaseTransform *phase ) { function in class:CastP2XNode
1149 Node *RoundFloatNode::Identity( PhaseTransform *phase ) { function in class:RoundFloatNode
1170 Node *RoundDoubleNode::Identity( PhaseTransform *phase ) { function in class:RoundDoubleNode
1205 Node *Opaque1Node::Identity( PhaseTransform *phase ) { function in class:Opaque1Node
[all...]
H A Daddnode.cpp52 //------------------------------Identity---------------------------------------
54 Node *AddNode::Identity( PhaseTransform *phase ) { function in class:AddNode
327 //------------------------------Identity---------------------------------------
329 Node *AddINode::Identity( PhaseTransform *phase ) { function in class:AddINode
336 return AddNode::Identity(phase);
445 //------------------------------Identity---------------------------------------
447 Node *AddLNode::Identity( PhaseTransform *phase ) { function in class:AddLNode
454 return AddNode::Identity(phase);
563 //------------------------------Identity---------------------------------------
565 Node *AddPNode::Identity( PhaseTransfor function in class:AddPNode
737 Node *OrINode::Identity( PhaseTransform *phase ) { function in class:OrINode
778 Node *OrLNode::Identity( PhaseTransform *phase ) { function in class:OrLNode
[all...]
H A Dmulnode.cpp46 //------------------------------Identity---------------------------------------
48 Node *MulNode::Identity( PhaseTransform *phase ) { function in class:MulNode
188 if( con == 1 ) return NULL; // By one is handled by Identity call
284 if( con == CONST64(1) ) return NULL; // By one is handled by Identity call
432 //------------------------------Identity---------------------------------------
434 Node *AndINode::Identity( PhaseTransform *phase ) { function in class:AndINode
464 return MulNode::Identity(phase);
560 //------------------------------Identity---------------------------------------
562 Node *AndLNode::Identity( PhaseTransform *phase ) { function in class:AndLNode
592 return MulNode::Identity(phas
638 Node *LShiftINode::Identity( PhaseTransform *phase ) { function in class:LShiftINode
750 Node *LShiftLNode::Identity( PhaseTransform *phase ) { function in class:LShiftLNode
859 Node *RShiftINode::Identity( PhaseTransform *phase ) { function in class:RShiftINode
1012 Node *RShiftLNode::Identity( PhaseTransform *phase ) { function in class:RShiftLNode
1070 Node *URShiftINode::Identity( PhaseTransform *phase ) { function in class:URShiftINode
1240 Node *URShiftLNode::Identity( PhaseTransform *phase ) { function in class:URShiftLNode
[all...]
H A Dmemnode.hpp156 virtual Node *Identity( PhaseTransform *phase );
285 virtual Node *Identity( PhaseTransform *phase );
416 virtual Node *Identity( PhaseTransform *phase );
436 virtual Node *Identity( PhaseTransform *phase );
476 virtual Node *Identity( PhaseTransform *phase );
607 virtual Node *Identity( PhaseTransform *phase );
791 virtual Node *Identity( PhaseTransform *phase );
1100 virtual Node *Identity( PhaseTransform *phase );
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsmtrx.c112 // 3x3 Identity
129 cmsMAT3 Identity; local
132 _cmsMAT3identity(&Identity);
136 if (!CloseEnough(a ->v[i].n[j], Identity.v[i].n[j])) return FALSE;
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java184 Identity.instance,
388 public static class Identity extends Transform { class in class:GraphicsTests
389 public static final Identity instance = new Identity();
391 private Identity() {} method in class:GraphicsTests.Identity
398 return "Identity";
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java263 static class Identity { class in class:ClassValue
271 final Identity identity = new Identity();
405 static class ClassValueMap extends WeakHashMap<ClassValue.Identity, Entry<?>> {
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DIdentity.java42 public class Identity { class

Completed in 251 milliseconds

12