✓
public class EncryptedPrivateKeyInfo
extends java.lang.Object
Constructors
- ✓public EncryptedPrivateKeyInfo(byte[] arg0) throws java.io.IOException
- ✓public EncryptedPrivateKeyInfo(java.lang.String arg0, byte[] arg1) throws java.security.NoSuchAlgorithmException
- ✓public EncryptedPrivateKeyInfo(java.security.AlgorithmParameters arg0, byte[] arg1) throws java.security.NoSuchAlgorithmException
Methods
- ✓public java.lang.String getAlgName()
- ✓public java.security.AlgorithmParameters getAlgParameters()
- ✓public byte[] getEncoded() throws java.io.IOException
- ✓public byte[] getEncryptedData()
- ✓public java.security.spec.PKCS8EncodedKeySpec getKeySpec(java.security.Key arg0) throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException
- ✓public java.security.spec.PKCS8EncodedKeySpec getKeySpec(java.security.Key arg0, java.lang.String arg1) throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
- ✓public java.security.spec.PKCS8EncodedKeySpec getKeySpec(java.security.Key arg0, java.security.Provider arg1) throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException
- ✓public java.security.spec.PKCS8EncodedKeySpec getKeySpec(javax.crypto.Cipher arg0) throws java.security.spec.InvalidKeySpecException