Package net.aifusion.asn
Class GeneralizedTimeValue
java.lang.Object
net.aifusion.asn.AsnValue
net.aifusion.asn.GeneralizedTimeValue
Class to represent a Generalized Time Value
- Author:
- Sharad Singhal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneralizedTimeValuecreate(byte[] buffer, int blen, int cursor) Create a Generalized Time valuebooleanbyte[]Get the encoded value for this ASN.1 value.getValue()inthashCode()toAsnString(String prefix) Get a (semi) ASN.1 notation for this value.toString()Methods inherited from class net.aifusion.asn.AsnValue
getLength, getTag, getTagClass, getTagEncoding, getTagNumber, toHex, toHex, toHex, toHex
-
Constructor Details
-
GeneralizedTimeValue
Create a Generalized time value- Parameters:
value- - String representation of the time value ("yyyyMMddHHmmssZ")
-
-
Method Details
-
create
Create a Generalized Time value- Parameters:
buffer- - input bufferblen- - length of the input buffercursor- - cursor within the buffer- Returns:
- - Generalized time value
-
getValue
-
getEncodedValue
public byte[] getEncodedValue()Description copied from class:AsnValueGet the encoded value for this ASN.1 value. This method should be implemented by subclasses to provide the encoded ASN.1 value- Specified by:
getEncodedValuein classAsnValue- Returns:
- byte [] containing encoded value for this ASN.1 value (including tag, length, content)
-
toAsnString
Description copied from class:AsnValueGet a (semi) ASN.1 notation for this value.- Overrides:
toAsnStringin classAsnValue- Parameters:
prefix- - prefix to add to each line- Returns:
- - string containing the ASN.1 value
-
hashCode
public int hashCode() -
equals
-
toString
-