kz.gamma.asn1.crmf
Class OptionalValidity

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.crmf.OptionalValidity
All Implemented Interfaces:
kz.gamma.asn1.DEREncodable

public class OptionalValidity
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  kz.gamma.asn1.x509.Time notAfter
           
private  kz.gamma.asn1.x509.Time notBefore
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private OptionalValidity(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
static OptionalValidity getInstance(java.lang.Object o)
           
 kz.gamma.asn1.DERObject toASN1Object()
           OptionalValidity ::= SEQUENCE { notBefore [0] Time OPTIONAL, notAfter [1] Time OPTIONAL } --at least one MUST be present
 
Methods inherited from class kz.gamma.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notBefore

private kz.gamma.asn1.x509.Time notBefore

notAfter

private kz.gamma.asn1.x509.Time notAfter
Constructor Detail

OptionalValidity

private OptionalValidity(kz.gamma.asn1.ASN1Sequence seq)
Method Detail

getInstance

public static OptionalValidity getInstance(java.lang.Object o)

toASN1Object

public kz.gamma.asn1.DERObject toASN1Object()
 OptionalValidity ::= SEQUENCE {
                        notBefore  [0] Time OPTIONAL,
                        notAfter   [1] Time OPTIONAL } --at least one MUST be present
 

Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
Returns:
a basic ASN.1 object representation.


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.