|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASN1TimeFormat | |
---|---|
pasn | ASN.1 types and common interfaces |
pasn.misc | Various extra classes, such as values wrappers and hexadecimal printer |
Uses of ASN1TimeFormat in pasn |
---|
Methods in pasn that return ASN1TimeFormat | |
---|---|
ASN1TimeFormat |
ASN1Time.getTimeFormat()
|
Methods in pasn with parameters of type ASN1TimeFormat | |
---|---|
void |
ASN1Time.setTimeFormat(ASN1TimeFormat tf)
|
java.lang.String |
ASN1Time.toString(ASN1TimeFormat format)
|
Uses of ASN1TimeFormat in pasn.misc |
---|
Methods in pasn.misc that return ASN1TimeFormat | |
---|---|
ASN1TimeFormat |
ASN1TimeValue.getTimeFormat()
Returns the printing (or encoding) format of this TIME object |
static ASN1TimeFormat |
ASN1TimeFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ASN1TimeFormat[] |
ASN1TimeFormat.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in pasn.misc with parameters of type ASN1TimeFormat | |
---|---|
void |
ASN1TimeValue.setTimeFormat(ASN1TimeFormat tf)
Sets the format for printing or encoding among the proposed formats of this TIME object |
java.lang.String |
ASN1TimeValue.toString(ASN1TimeFormat format,
boolean shortYear)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |