Searched refs:getKeyType (Results 1 - 18 of 18) 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/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() ||
H A DKerberosTicket.java371 return sessionKey.getKeyType();
560 sessionKey.getKeyType(),
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAPrivateKey.java64 getKeyType(hCryptKey) + ", container=" +
H A DKey.java157 protected native static String getKeyType(long hCryptKey); method in class:Key
H A DRSAPublicKey.java80 .append(" bits, type=").append(getKeyType(hCryptKey))
/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/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());
H A DP11TlsKeyMaterialGenerator.java136 long keyType = P11SecretKeyFactory.getKeyType(cipherAlgorithm);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Util.java198 key.getKeyType(), key.getVersionNumber());
305 kkeys[i].getEncoded(), kkeys[i].getKeyType(),
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.java388 ktype = keys[i].getKeyType();
401 ktype = keys[i].getKeyType();
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSUtil.java214 tempKey.getKeyType(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleMapNodeProperty.java97 this.keyBeanInfo = context.getOrCreate(prop.getKeyType());
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java331 System.out.print(" " + kk.getKeyType() + " " + kk.getVersionNumber() + " " + kk.getAlgorithm() + " ");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1349 writeKeyOrValue(seq, "key", mp.getKeyType());

Completed in 69 milliseconds