public final class SignatureTypeList extends Object
When creating an EDOC signature, an application must specify one of the available SignatureType objects.
| Modifier and Type | Method and Description |
|---|---|
SignatureType |
getDefaultSignatureType()
Returns the default signature type of this SignatureTypeList.
|
SignatureType[] |
getSignatureTypes()
Returns an array containing available signature types.
|
boolean |
isSimpleSignatureAllowed()
Returns true if simple signature is allowed.
|
public boolean isSimpleSignatureAllowed()
public SignatureType[] getSignatureTypes()
public SignatureType getDefaultSignatureType() throws EDOCException
EDOCException - if the default signature type cannot be resolved.