Java org.bouncycastle.asn1.crmf OptionalValidity fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.crmf OptionalValidity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.crmf OptionalValidity.

The text is from its open source code.

Constructor

Method

OptionalValiditygetInstance(Object o)
TimegetNotAfter()
TimegetNotBefore()
ASN1PrimitivetoASN1Primitive()
 OptionalValidity ::= SEQUENCE { notBefore  [0] Time OPTIONAL, notAfter   [1] Time OPTIONAL } --at least one MUST be present