Class CertificateTrustBlock


  • public class CertificateTrustBlock
    extends Object
    • Constructor Detail

      • 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 Detail

      • getAlias

        public String getAlias()
      • getUses

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

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