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, wait
sign
public AbstractDigitalSigner(Signature signature)
public Signature getSignature()
DigitalSigner
getSignature
in interface DigitalSigner
protected byte[] getSignatureBytes() throws Exception
Exception
protected String getEncodedSignature() throws Exception
Exception
protected String getEncodedCertificate(Certificate certificate) throws Exception
Exception
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.