Class CertificateTrustBlock

java.lang.Object
org.bouncycastle.openssl.CertificateTrustBlock

public class CertificateTrustBlock extends Object
  • Constructor Details

    • CertificateTrustBlock

      public CertificateTrustBlock(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> uses)
    • CertificateTrustBlock

      public CertificateTrustBlock(String alias, Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> uses)
    • CertificateTrustBlock

      public CertificateTrustBlock(String alias, Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> uses, Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> prohibitions)
  • Method Details

    • getAlias

      public String getAlias()
    • getUses

      public Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getUses()
    • getProhibitions

      public Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getProhibitions()