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