public class SignaturePolicyInfo extends Object
Constructor and Description |
---|
SignaturePolicyInfo(String policyIdentifier, byte[] policyHash, String policyDigestAlgorithm, String policyUri)
Constructs a new SignaturePolicyInfo instance
|
SignaturePolicyInfo(String policyIdentifier, String policyHashBase64, String policyDigestAlgorithm, String policyUri)
Constructs a new SignaturePolicyInfo instance
|
Modifier and Type | Method and Description |
---|---|
String |
getPolicyDigestAlgorithm() |
byte[] |
getPolicyHash() |
String |
getPolicyIdentifier() |
String |
getPolicyUri() |
public SignaturePolicyInfo(String policyIdentifier, byte[] policyHash, String policyDigestAlgorithm, String policyUri)
SignaturePolicyInfo
instance
policyIdentifier
- the id of the signature policy
policyHash
- the hash of the signature policy
policyDigestAlgorithm
- the digestion algorithm of the signature policy
policyUri
- the uri of the full policy description
public SignaturePolicyInfo(String policyIdentifier, String policyHashBase64, String policyDigestAlgorithm, String policyUri)
SignaturePolicyInfo
instance
policyIdentifier
- the id of the signature policy
policyHashBase64
- the Base64 presentation of the hash of the signature policy
policyDigestAlgorithm
- the digestion algorithm of the signature policy
policyUri
- the uri of the full policy description
Copyright © 1998–2018 iText Group NV. All rights reserved.