Searched defs:getKeyType (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DMapPropertyInfo.java89 NonElement<T,C> getKeyType(); method in interface:MapPropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeMapPropertyInfo.java36 RuntimeNonElement getKeyType(); method in interface:RuntimeMapPropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeMapPropertyInfoImpl.java57 public RuntimeNonElement getKeyType() { method in class:RuntimeMapPropertyInfoImpl
58 return (RuntimeNonElement)super.getKeyType();
H A DMapPropertyInfoImpl.java75 return Arrays.asList(getKeyType(),getValueType());
90 public NonElement<T,C> getKeyType() { method in class:MapPropertyInfoImpl
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DKey.java157 protected native static String getKeyType(long hCryptKey); method in class:Key
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosKey.java162 public final int getKeyType() { method in class:KerberosKey
165 return key.getKeyType();
253 result = 37 * result + getKeyType();
287 getKeyType() != otherKey.getKeyType() ||
H A DKeyImpl.java101 public final int getKeyType() { method in class:KeyImpl
237 if(keyType != otherKey.getKeyType() ||
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecretKeyFactory.java89 static long getKeyType(String algorithm) { method in class:P11SecretKeyFactory
132 algoType = getKeyType(algo);
134 algoType = getKeyType(algo);
135 long keyAlgorithmType = getKeyType(key.getAlgorithm());

Completed in 364 milliseconds