Package org.xipki.security
Interface XiContentSigner
-
- All Superinterfaces:
org.bouncycastle.operator.ContentSigner
- All Known Implementing Classes:
AESGmacContentSigner,HmacContentSigner,JceSigner,SignatureSigner,XiWrappedContentSigner
public interface XiContentSigner extends org.bouncycastle.operator.ContentSignerExtendsContentSignerby a new methodgetEncodedAlgorithmIdentifier().- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getEncodedAlgorithmIdentifier()returns the encoded algorithm identifier.
-