Searched defs:getType (Results 1 - 25 of 41) sorted by relevance

12

/libcore/luni/src/main/java/java/security/cert/
H A DCRL.java46 public final String getType() { method in class:CRL
H A DCertPath.java63 public String getType() { method in class:CertPath
82 if (getType().equals(o.getType())) {
94 * {@code hashCode = 31 * path.getType().hashCode() +
101 int hash = getType().hashCode();
114 StringBuilder sb = new StringBuilder(getType());
176 return new CertPathRep(getType(), getEncoded());
H A DCertStore.java198 public final String getType() { method in class:CertStore
H A DCertificate.java59 public final String getType() { method in class:Certificate
197 return new CertificateRep(getType(), getEncoded());
H A DCertificateFactory.java178 public final String getType() { method in class:CertificateFactory
/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java42 * String type = atts.getType(i);
133 * @see #getType(java.lang.String)
135 public abstract String getType (int i);
165 * getType(int).</p>
173 * @see #getType(int) method in interface:AttributeList
175 public abstract String getType (String name);
134 public abstract String getType (int i); method in interface:AttributeList
H A DAttributes.java89 * @see #getType(int)
151 public abstract String getType (int index);
202 * <p>See {@link #getType(int) getType(int)} for a description
212 public abstract String getType (String uri, String localName);
218 * <p>See {@link #getType(int) getType(int)} for a description
226 public abstract String getType (String qName);
150 public abstract String getType (int index); method in interface:Attributes
210 public abstract String getType (String uri, String localName); method in interface:Attributes
224 public abstract String getType (String qName); method in interface:Attributes
/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
H A DTypes.java27 public static Type getType(Type type) { method in class:Types
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMErrorImpl.java61 public String getType() { method in class:DOMErrorImpl
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DCertificateMessage.java165 public int getType() { method in class:CertificateMessage
H A DCertificateVerify.java89 public int getType() { method in class:CertificateVerify
H A DFinished.java69 public int getType() { method in class:Finished
H A DHelloRequest.java69 public int getType() { method in class:HelloRequest
H A DMessage.java38 abstract int getType(); method in class:Message
H A DServerHelloDone.java73 public int getType() { method in class:ServerHelloDone
H A DCertificateRequest.java139 public int getType() { method in class:CertificateRequest
H A DClientKeyExchange.java139 public int getType() { method in class:ClientKeyExchange
H A DServerHello.java133 public int getType() { method in class:ServerHello
H A DClientHello.java205 public int getType() { method in class:ClientHello
H A DServerKeyExchange.java187 public int getType() { method in class:ServerKeyExchange
/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMError.java70 public String getType(); method in interface:DOMError
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMErrorImpl.java39 this.type = src.getType();
53 public final String getType() { method in class:DOMErrorImpl
/libcore/luni/src/main/java/java/security/
H A DPolicy.java43 public String getType() { return null; } method in class:Policy
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java67 public String getType(int index) { method in class:ExpatAttributes
102 public String getType(String uri, String localName) { method in class:ExpatAttributes
112 public String getType(String qName) { method in class:ExpatAttributes
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java122 addAttribute(atts.getName(i), atts.getType(i), atts.getValue(i));
230 * @see org.xml.sax.AttributeList#getType(int) method in class:AttributeListImpl
232 public String getType(int i) {
263 * @see org.xml.sax.AttributeList#getType(java.lang.String) method in class:AttributeListImpl
265 public String getType(String name) {
266 return getType(names.indexOf(name));

Completed in 642 milliseconds

12