public static final class SignApi.Crypto.Signature extends Object
| Modifier and Type | Method and Description | 
|---|---|
Optional<SignApi.Crypto.SignedCms> | 
getSignedCms()
Gets the SignedCMS object of this signature. 
 | 
Optional<Boolean> | 
isTrusted()
Whether the certificate of the signer is trusted. 
 | 
Optional<Boolean> | 
isValid()
Whether the signature is valid. 
 | 
public Optional<Boolean> isValid()
public Optional<Boolean> isTrusted()
public Optional<SignApi.Crypto.SignedCms> getSignedCms()
Copyright © 2025. All rights reserved.