public interface IJcaContentSignerBuilder
| Modifier and Type | Method and Description |
|---|---|
IContentSigner |
build(PrivateKey pk)
Calls actual
build method for the wrapped JcaContentSignerBuilder object. |
IJcaContentSignerBuilder |
setProvider(String providerName)
Calls actual
setProvider method for the wrapped JcaContentSignerBuilder object. |
IContentSigner build(PrivateKey pk) throws AbstractOperatorCreationException
build method for the wrapped JcaContentSignerBuilder object.pk - private keyIContentSigner the wrapper for built ContentSigner object.AbstractOperatorCreationException - wrapped OperatorCreationException.IJcaContentSignerBuilder setProvider(String providerName)
setProvider method for the wrapped JcaContentSignerBuilder object.providerName - provider nameIJcaContentSignerBuilder this wrapper object.Copyright © 1998–2023 Apryse Group NV. All rights reserved.