public class JcaPKCS8EncryptedPrivateKeyInfoBuilder extends PKCS8EncryptedPrivateKeyInfoBuilder
PKCS8EncryptedPrivateKeyInfoBuilder that accepts a standard
PrivateKey as input.| Constructor and Description |
|---|
JcaPKCS8EncryptedPrivateKeyInfoBuilder(java.security.PrivateKey privateKey)
Base constructor.
|
build