static class VOMSACGenerator.RandomContentSigner
extends java.lang.Object
implements org.bouncycastle.operator.ContentSigner
| Modifier and Type | Field and Description |
|---|---|
(package private) java.io.ByteArrayOutputStream |
bos |
static int |
SIG_LENGHT |
(package private) org.bouncycastle.asn1.x509.AlgorithmIdentifier |
sigAlgId |
| Constructor and Description |
|---|
RandomContentSigner(java.lang.String sigAlgName) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier() |
java.io.OutputStream |
getOutputStream() |
byte[] |
getSignature() |
public static final int SIG_LENGHT
java.io.ByteArrayOutputStream bos
org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
getAlgorithmIdentifier in interface org.bouncycastle.operator.ContentSignerpublic java.io.OutputStream getOutputStream()
getOutputStream in interface org.bouncycastle.operator.ContentSignerpublic byte[] getSignature()
getSignature in interface org.bouncycastle.operator.ContentSigner