Searched defs:getSuffix (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509AttributeName.java68 public String getSuffix() { method in class:X509AttributeName
/openjdk7/jdk/src/share/classes/javax/naming/
H A DName.java169 public Name getSuffix(int posn); method in interface:Name
185 * <tt>getSuffix(size()-n.size())</tt>.
H A DCompositeName.java210 * methods such as clone(), getPrefix(), getSuffix().
414 public Name getSuffix(int posn) { method in class:CompositeName
415 Enumeration comps = impl.getSuffix(posn);
440 * getSuffix(size()-n.size())--in other words, this
H A DCompoundName.java170 * methods such as clone(), getPrefix(), getSuffix().
398 public Name getSuffix(int posn) { method in class:CompoundName
399 Enumeration comps = impl.getSuffix(posn);
427 * getSuffix(size()-n.size())--in other words, this
H A DNameImpl.java561 public Enumeration getSuffix(int posn) { method in class:NameImpl
610 Enumeration mycomps = getSuffix(startIndex);
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapName.java277 public Name getSuffix(int posn) { method in class:LdapName
334 * <tt>getSuffix(size()-n.size())</tt>--in other words this LDAP
340 * @see #getSuffix(int posn)
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNNameParser.java322 public Name getSuffix(int posn) { method in class:CNNameParser.CNCompoundName
323 Enumeration comps = super.getSuffix(posn).getAll();
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java266 public Name getSuffix(int pos) { method in class:DnsName
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapName.java210 public Name getSuffix(int pos) { method in class:LdapName
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java121 target = ctx.doLookup(name.getSuffix(1), false);
728 return (name.getSuffix(name.size() - 1));
914 public Name getSuffix(int posn) { method in class:HierarchicalName
915 Enumeration comps = super.getSuffix(posn).getAll();

Completed in 1651 milliseconds