Package de.cardcontact.opencard.eac.cvc
Class CertificateEffectiveDate
- java.lang.Object
 - 
- de.cardcontact.tlv.TLV
 - 
- de.cardcontact.tlv.PrimitiveTLV
 - 
- de.cardcontact.opencard.eac.cvc.CertificateDate
 - 
- de.cardcontact.opencard.eac.cvc.CertificateEffectiveDate
 
 
 
 
 
- 
- All Implemented Interfaces:
 TreeNode
public class CertificateEffectiveDate extends CertificateDate
 
- 
- 
Field Summary
- 
Fields inherited from class de.cardcontact.tlv.PrimitiveTLV
value 
- 
Fields inherited from class de.cardcontact.tlv.TLV
alternateLengthFormat, name, tag 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CertificateEffectiveDate(byte[] date)CertificateEffectiveDate(TLV tlv)CertificateEffectiveDate(java.time.LocalDate date) 
- 
Method Summary
- 
Methods inherited from class de.cardcontact.tlv.PrimitiveTLV
dump, equals, getChildAt, getChildCount, getDate, getIndex, getLength, getParent, getValue, hashCode, isLeaf, toByteArray, toString, valueToByteArray 
- 
Methods inherited from class de.cardcontact.tlv.TLV
dump, dumpSingleLine, factory, factory, factory, getBytes, getLengthFieldAsByteArray, getLengthFieldSize, getLengthFieldSizeHelper, getName, getSize, getTag, lengthFromByteArray, lengthToByteArray, setName, setTag, useAlternateLengthEncoding 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CertificateEffectiveDate
public CertificateEffectiveDate(byte[] date)
 
- 
CertificateEffectiveDate
public CertificateEffectiveDate(java.time.LocalDate date)
 
- 
CertificateEffectiveDate
public CertificateEffectiveDate(TLV tlv) throws TLVEncodingException
- Throws:
 TLVEncodingException
 
 - 
 
 -