javax > javax.crypto > javax.crypto.encryptedprivatekeyinfo >

Class: javax.crypto.EncryptedPrivateKeyInfo
    java.lang.Object
       javax.crypto.EncryptedPrivateKeyInfo


public class EncryptedPrivateKeyInfo extends Object


FIELDS:

CONSTRUCTORS:
public EncryptedPrivateKeyInfo(byte[] encoded)

public EncryptedPrivateKeyInfo(String algName, byte[] encryptedData)

public EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData)


METHODS:
public String getAlgName()

public AlgorithmParameters getAlgParameters()

public byte[] getEncoded()
Throws: IOException

public byte[] getEncryptedData()

public PKCS8EncodedKeySpec getKeySpec(Key decryptKey)
Throws: NullPointerException
Throws: NoSuchAlgorithmException
Throws: InvalidKeyException

public PKCS8EncodedKeySpec getKeySpec(Key decryptKey, String providerName)
Throws: NullPointerException
Throws: NoSuchProviderException
Throws: NoSuchAlgorithmException
Throws: InvalidKeyException

public PKCS8EncodedKeySpec getKeySpec(Key decryptKey, Provider provider)
Throws: NullPointerException
Throws: NoSuchAlgorithmException
Throws: InvalidKeyException

public PKCS8EncodedKeySpec getKeySpec(Cipher cipher)
Throws: NullPointerException
Throws: InvalidKeySpecException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net