Uses of Class
org.bouncycastle.asn1.ASN1Boolean
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.x509 |
-
Uses of ASN1Boolean in org.bouncycastle.asn1
Fields in org.bouncycastle.asn1 declared as ASN1Boolean Modifier and Type Field Description static ASN1BooleanDERBoolean. FALSEstatic ASN1BooleanDERBoolean. TRUEMethods in org.bouncycastle.asn1 that return ASN1Boolean Modifier and Type Method Description static ASN1BooleanDERBoolean. getInstance(boolean value)return a ASN1Boolean from the passed in boolean.static ASN1BooleanDERBoolean. getInstance(int value)return a ASN1Boolean from the passed in boolean.static ASN1BooleanDERBoolean. getInstance(Object obj)return a boolean from the passed in object.static ASN1BooleanDERBoolean. getInstance(ASN1TaggedObject obj, boolean explicit)return a Boolean from a tagged object. -
Uses of ASN1Boolean in org.bouncycastle.asn1.x509
Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1Boolean Constructor Description Extension(ASN1ObjectIdentifier extnId, ASN1Boolean critical, ASN1OctetString value)