Package | Description |
---|---|
java.security | |
java.security.spec |
Modifier and Type | Method and Description |
---|---|
protected abstract KeySpec |
KeyFactorySpi.engineGetKeySpec(Key var0,
Class var1) |
KeySpec |
KeyFactory.getKeySpec(Key var0,
Class var1) |
Modifier and Type | Method and Description |
---|---|
protected abstract PrivateKey |
KeyFactorySpi.engineGeneratePrivate(KeySpec var0) |
protected abstract PublicKey |
KeyFactorySpi.engineGeneratePublic(KeySpec var0) |
PrivateKey |
KeyFactory.generatePrivate(KeySpec var0) |
PublicKey |
KeyFactory.generatePublic(KeySpec var0) |
Modifier and Type | Class and Description |
---|---|
class |
DSAPrivateKeySpec |
class |
DSAPublicKeySpec |
class |
EncodedKeySpec |
class |
PKCS8EncodedKeySpec |
class |
RSAPrivateCrtKeySpec |
class |
RSAPrivateKeySpec |
class |
RSAPublicKeySpec |
class |
X509EncodedKeySpec |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.