Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.security.spec.InvalidKeySpecException

Uses in package java.security

Methods which throw type java.security.spec.InvalidKeySpecException

PrivateKey
KeyFactorySpi.engineGeneratePrivate(KeySpec keySpec)
Generates a private key from the provided key specification.
PublicKey
KeyFactorySpi.engineGeneratePublic(KeySpec keySpec)
Generates a public key from the provided key specification.
KeyFactorySpi.extends KeySpec> T engineGetKeySpec(Key key, Class keySpec)
Returns a key specification for the given key. keySpec identifies the specification class to return the key material in.
KeyFactory.extends KeySpec> T getKeySpec(Key key, Class keySpec)
Returns a key specification for the given key.
PrivateKey
KeyFactory.generatePrivate(KeySpec keySpec)
Generates a private key from the provided key specification.
PublicKey
KeyFactory.generatePublic(KeySpec keySpec)
Generates a public key from the provided key specification.

Uses in package javax.crypto

Methods which throw type java.security.spec.InvalidKeySpecException

SecretKey
SecretKeyFactorySpi.engineGenerateSecret(KeySpec keySpec)
Translate a java.security.KeySpec into a SecretKey.
KeySpec
SecretKeyFactorySpi.engineGetKeySpec(SecretKey key, Class<T> keySpec)
Translate a SecretKey into a java.security.KeySpec.
SecretKey
SecretKeyFactory.generateSecret(KeySpec keySpec)
Generate a secret key from a key specification, if possible.
PKCS8EncodedKeySpec
EncryptedPrivateKeyInfo.getKeySpec(Cipher cipher)
KeySpec
SecretKeyFactory.getKeySpec(SecretKey key, Class<T> keySpec)
Get the key specification from a secret key.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /