public class CertificateTrustBlock extends Object
Constructor and Description |
---|
CertificateTrustBlock(Set<ASN1ObjectIdentifier> uses) |
CertificateTrustBlock(String alias,
Set<ASN1ObjectIdentifier> uses) |
CertificateTrustBlock(String alias,
Set<ASN1ObjectIdentifier> uses,
Set<ASN1ObjectIdentifier> prohibitions) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
Set<ASN1ObjectIdentifier> |
getProhibitions() |
Set<ASN1ObjectIdentifier> |
getUses() |
public CertificateTrustBlock(Set<ASN1ObjectIdentifier> uses)
public CertificateTrustBlock(String alias, Set<ASN1ObjectIdentifier> uses)
public CertificateTrustBlock(String alias, Set<ASN1ObjectIdentifier> uses, Set<ASN1ObjectIdentifier> prohibitions)
public String getAlias()
public Set<ASN1ObjectIdentifier> getUses()
public Set<ASN1ObjectIdentifier> getProhibitions()
Copyright © 2021 BouncyCastle.org. All rights reserved.