Uses of Interface
java.security.Key
-
Packages that use Key Package Description java.security java.security.interfaces -
-
Uses of Key in java.security
Subinterfaces of Key in java.security Modifier and Type Interface Description interface
PrivateKey
interface
PublicKey
Methods in java.security that return Key Modifier and Type Method Description abstract Key
KeyStoreSpi. engineGetKey(String var0, char[] var1)
protected abstract Key
KeyFactorySpi. engineTranslateKey(Key var0)
Key
KeyStore. getKey(String var0, char[] var1)
Key
KeyFactory. translateKey(Key var0)
Methods in java.security with parameters of type Key Modifier and Type Method Description protected abstract KeySpec
KeyFactorySpi. engineGetKeySpec(Key var0, Class var1)
abstract void
KeyStoreSpi. engineSetKeyEntry(String var0, Key var1, char[] var2, Certificate[] var3)
protected abstract Key
KeyFactorySpi. engineTranslateKey(Key var0)
KeySpec
KeyFactory. getKeySpec(Key var0, Class var1)
void
KeyStore. setKeyEntry(String var0, Key var1, char[] var2, Certificate[] var3)
Key
KeyFactory. translateKey(Key var0)
-
Uses of Key in java.security.interfaces
Subinterfaces of Key in java.security.interfaces Modifier and Type Interface Description interface
DSAPrivateKey
interface
DSAPublicKey
interface
RSAPrivateCrtKey
interface
RSAPrivateKey
interface
RSAPublicKey
-