Uses of Class
java.security.spec.PKCS8EncodedKeySpec
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.apache.harmony.security.provider.crypto |
-
Uses of PKCS8EncodedKeySpec in javax.crypto
Methods in javax.crypto that return PKCS8EncodedKeySpec Modifier and Type Method Description PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey)Returns thePKCS8EncodedKeySpecobject extracted from the encrypted data.PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, String providerName)Returns thePKCS8EncodedKeySpecobject extracted from the encrypted data.PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, Provider provider)Returns thePKCS8EncodedKeySpecobject extracted from the encrypted data.PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Cipher cipher)Returns thePKCS8EncodedKeySpecobject extracted from the encrypted data. -
Uses of PKCS8EncodedKeySpec in org.apache.harmony.security.provider.crypto
Constructors in org.apache.harmony.security.provider.crypto with parameters of type PKCS8EncodedKeySpec Constructor Description DSAPrivateKeyImpl(PKCS8EncodedKeySpec keySpec)Creates object from PKCS8EncodedKeySpec.