public class AESGmacContentSigner extends Object implements org.xipki.security.XiContentSigner
| Constructor and Description |
|---|
AESGmacContentSigner(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
SecretKey signingKey) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier() |
byte[] |
getEncodedAlgorithmIdentifier() |
OutputStream |
getOutputStream() |
byte[] |
getSignature() |
public AESGmacContentSigner(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
SecretKey signingKey)
throws org.xipki.security.exception.XiSecurityException
org.xipki.security.exception.XiSecurityExceptionpublic org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
getAlgorithmIdentifier in interface org.bouncycastle.operator.ContentSignerpublic byte[] getEncodedAlgorithmIdentifier()
getEncodedAlgorithmIdentifier in interface org.xipki.security.XiContentSignerpublic OutputStream getOutputStream()
getOutputStream in interface org.bouncycastle.operator.ContentSignerpublic byte[] getSignature()
getSignature in interface org.bouncycastle.operator.ContentSignerCopyright © 2018. All rights reserved.