public abstract class AbstractDigitalSigner extends Object implements DigitalSigner
| Constructor and Description |
|---|
AbstractDigitalSigner(Signature signature) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEncodedCertificate(Certificate certificate) |
protected String |
getEncodedSignature() |
Signature |
getSignature()
Retrieve a reference to Signature which will be used for signing.
|
protected byte[] |
getSignatureBytes() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsignpublic AbstractDigitalSigner(Signature signature)
public Signature getSignature()
DigitalSignergetSignature in interface DigitalSignerprotected byte[] getSignatureBytes() throws Exception
Exceptionprotected String getEncodedSignature() throws Exception
Exceptionprotected String getEncodedCertificate(Certificate certificate) throws Exception
ExceptionCopyright © 2005–2015 The Kuali Foundation. All rights reserved.