public class PKCS12Key extends Object implements SecretKey
serialVersionUID
Constructor and Description |
---|
PKCS12Key(char[] password)
Basic constructor for a password based key - secret key generation parameters will be passed separately..
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
char[] |
getPassword() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public PKCS12Key(char[] password)
password
- password to use.public char[] getPassword()
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2016 BouncyCastle.org. All rights reserved.