Uses of Class
org.bouncycastle.asn1.ASN1Boolean
-
Packages that use ASN1Boolean Package Description org.bouncycastle.asn1 org.bouncycastle.asn1.cms org.bouncycastle.asn1.tsp 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 ASN1Boolean
ASN1Boolean. FALSE
static ASN1Boolean
ASN1Boolean. TRUE
Methods in org.bouncycastle.asn1 that return ASN1Boolean Modifier and Type Method Description static ASN1Boolean
ASN1Boolean. getInstance(boolean value)
Return an ASN1Boolean from the passed in boolean.static ASN1Boolean
ASN1Boolean. getInstance(int value)
Return an ASN1Boolean from the passed in value.static ASN1Boolean
ASN1Boolean. getInstance(Object obj)
Return a boolean from the passed in object.static ASN1Boolean
ASN1Boolean. getInstance(ASN1TaggedObject obj, boolean explicit)
Return a Boolean from a tagged object. -
Uses of ASN1Boolean in org.bouncycastle.asn1.cms
Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1Boolean Constructor Description MetaData(ASN1Boolean hashProtected, DERUTF8String fileName, DERIA5String mediaType, Attributes otherMetaData)
-
Uses of ASN1Boolean in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return ASN1Boolean Modifier and Type Method Description ASN1Boolean
TimeStampReq. getCertReq()
ASN1Boolean
TSTInfo. getOrdering()
Constructors in org.bouncycastle.asn1.tsp with parameters of type ASN1Boolean Constructor Description TimeStampReq(MessageImprint messageImprint, ASN1ObjectIdentifier tsaPolicy, ASN1Integer nonce, ASN1Boolean certReq, Extensions extensions)
TSTInfo(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions)
-
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)
Constructor using an ASN1Boolean and an OCTET STRING for the value.X509Extension(ASN1Boolean critical, ASN1OctetString value)
Deprecated.
-