public class SoftTokenMacContentSignerBuilder extends Object
| Constructor and Description |
|---|
SoftTokenMacContentSignerBuilder(SecretKey key) |
SoftTokenMacContentSignerBuilder(String keystoreType,
InputStream keystoreStream,
char[] keystorePassword,
String keyname,
char[] keyPassword) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.security.ConcurrentContentSigner |
createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgId,
int parallelism,
SecureRandom random) |
SecretKey |
getKey() |
public SoftTokenMacContentSignerBuilder(SecretKey key) throws org.xipki.security.exception.XiSecurityException
org.xipki.security.exception.XiSecurityExceptionpublic SoftTokenMacContentSignerBuilder(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword) throws org.xipki.security.exception.XiSecurityException
org.xipki.security.exception.XiSecurityExceptionpublic org.xipki.security.ConcurrentContentSigner createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgId,
int parallelism,
SecureRandom random)
throws org.xipki.security.exception.XiSecurityException
org.xipki.security.exception.XiSecurityExceptionpublic SecretKey getKey()
Copyright © 2018. All rights reserved.