public class BLevelParameters extends Object implements Serializable
| Constructor and Description |
|---|
BLevelParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCertifiedSignerRoles()
Get certified roles
|
List<String> |
getClaimedSignerRoles()
Get claimed roles
|
List<String> |
getCommitmentTypeIndications()
Get the commitment type indications
|
Policy |
getSignaturePolicy()
Get the signature policy
|
SignerLocation |
getSignerLocation()
Get the signer location
|
Date |
getSigningDate()
Get the signing date
|
int |
hashCode() |
boolean |
isTrustAnchorBPPolicy() |
void |
setCertifiedSignerRoles(List<String> certifiedSignerRoles)
Set a list of certified signer roles
|
void |
setClaimedSignerRoles(List<String> claimedSignerRoles)
Set a list of claimed signer roles
|
void |
setCommitmentTypeIndications(List<String> commitmentTypeIndications)
Set the commitment type indications
|
void |
setSignaturePolicy(Policy signaturePolicy)
This setter allows to indicate the signature policy to use.
|
void |
setSignerLocation(SignerLocation signerLocation)
Set the signer location
|
void |
setSigningDate(Date signingDate)
Set the signing date
|
void |
setTrustAnchorBPPolicy(boolean trustAnchorBPPolicy)
Allows to set the trust anchor policy to use when creating -B and -LT levels.
|
String |
toString() |
public boolean isTrustAnchorBPPolicy()
public void setTrustAnchorBPPolicy(boolean trustAnchorBPPolicy)
trustAnchorBPPolicy - booleanpublic Policy getSignaturePolicy()
public void setSignaturePolicy(Policy signaturePolicy)
signaturePolicy - signature policy to usepublic Date getSigningDate()
public void setSigningDate(Date signingDate)
signingDate - the signing datepublic void setClaimedSignerRoles(List<String> claimedSignerRoles)
claimedSignerRoles - a list of claimed signer rolespublic List<String> getClaimedSignerRoles()
public void setCertifiedSignerRoles(List<String> certifiedSignerRoles)
certifiedSignerRoles - a list of certified signer rolespublic List<String> getCertifiedSignerRoles()
public List<String> getCommitmentTypeIndications()
public void setCommitmentTypeIndications(List<String> commitmentTypeIndications)
commitmentTypeIndications - a list of commitment type indicationspublic SignerLocation getSignerLocation()
public void setSignerLocation(SignerLocation signerLocation)
signerLocation - the location to setCopyright © 2018. All rights reserved.