Package | Description |
---|---|
java.security | |
java.security.interfaces |
Modifier and Type | Interface and Description |
---|---|
interface |
PrivateKey |
interface |
PublicKey |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
DSAPrivateKey |
interface |
DSAPublicKey |
interface |
RSAPrivateCrtKey |
interface |
RSAPrivateKey |
interface |
RSAPublicKey |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.