Package org.italiangrid.voms.asn1
Class VOMSACGenerator.RandomContentSigner
java.lang.Object
org.italiangrid.voms.asn1.VOMSACGenerator.RandomContentSigner
- All Implemented Interfaces:
org.bouncycastle.operator.ContentSigner
- Enclosing class:
VOMSACGenerator
static class VOMSACGenerator.RandomContentSigner
extends Object
implements org.bouncycastle.operator.ContentSigner
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ByteArrayOutputStream
static final int
(package private) org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
byte[]
-
Field Details
-
SIG_LENGHT
public static final int SIG_LENGHT- See Also:
-
bos
-
sigAlgId
org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
-
-
Constructor Details
-
RandomContentSigner
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifier
in interfaceorg.bouncycastle.operator.ContentSigner
-
getOutputStream
- Specified by:
getOutputStream
in interfaceorg.bouncycastle.operator.ContentSigner
-
getSignature
public byte[] getSignature()- Specified by:
getSignature
in interfaceorg.bouncycastle.operator.ContentSigner
-