| Package | Description |
|---|---|
| com.entrust.toolkit.archive |
Contains classes for reading and writing files in the legacy Entrust Archive format.
|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| iaik.asn1 | |
| iaik.asn1.structures |
| Modifier and Type | Field and Description |
|---|---|
static ASN |
GraphicString.asnGraphicString
Global ASN.1 type
GraphicString |
| Modifier and Type | Method and Description |
|---|---|
ASN |
ChoiceOfUserInfo.getType()
Returns the ASN type of this object.
|
| Modifier and Type | Field and Description |
|---|---|
static ASN |
ASN.APP
Global ASN.1 type
APP (APPLICATION) |
protected ASN |
ASN1Object.asnType
The ASN.1 type of this ASN.1 object.
|
static ASN |
ASN.BIT_STRING
Global ASN.1 type
BIT_STRING |
static ASN |
ASN.BMPString
Global ASN.1 type
BMPString |
static ASN |
ASN.BOOLEAN
Global ASN.1 type
BOOLEAN |
static ASN |
ASN.CON_SPEC
Global ASN.1 type
CON_SPEC (CONTEXTSPECIFIC) |
static ASN |
ASN.ENUMERATED
Global ASN.1 type
ENUMERATED |
static ASN |
ASN.EXTERNAL
Global ASN.1 type
EXTERNAL |
static ASN |
ASN.GeneralizedTime
Global ASN.1 type
GeneralizedTime
(any time precision according to the ISO 2014 norm) |
static ASN |
ASN.GeneralString
Global ASN.1 type
GeneralString |
static ASN |
ASN.IA5String
Global ASN.1 type
IA5String (String of ASCII characters) |
static ASN |
ASN.INTEGER
Global ASN.1 type
INTEGER |
static ASN |
ASN.NULL
Global ASN.1 type
NULL |
static ASN |
ASN.NumericString
Global ASN.1 type
NumericString |
static ASN |
ASN.OBJECT_DESCRIPTOR
Global ASN.1 type
OBJECT_DESCRIPTOR |
static ASN |
ASN.ObjectID
Global ASN.1 type
ObjectID |
static ASN |
ASN.OCTET_STRING
Global ASN.1 type
OCTET_STRING |
static ASN |
ASN.PrintableString
Global ASN.1 type
PrintableString |
static ASN |
ASN.SEQUENCE
Global ASN.1 type
SEQUENCE |
static ASN |
ASN.SET
Global ASN.1 type
SET |
static ASN |
ASN.T61String
Global ASN.1 type
T61String (TeletexString;
eight-bit extension to the ASCII character set ) |
static ASN |
ASN.UNIString
Global ASN.1 type
UniversalString |
static ASN |
ASN.UNKNOWN
Global ASN.1 type
UNKNOWN |
static ASN |
ASN.UTCTime
Global ASN.1 type
UTCTime (coordinated universal time)
(maximum precision down to seconds) |
static ASN |
ASN.UTF8String
Global ASN.1 string type
UTF8String |
static ASN |
ASN.VisibleString
Global ASN.1 type
VisibleString (ISO 646 String) |
| Modifier and Type | Method and Description |
|---|---|
ASN |
ASN1Object.getAsnType()
Returns the ASN.1 type of this ASN.1 object.
|
| Modifier and Type | Method and Description |
|---|---|
static ASN1Object |
ASN.create(ASN type)
Craetes a new ASN.1 object for the given ASN.1 type.
|
static ASN1Object |
ASN.create(ASN type,
java.lang.Object value)
Creates new ASN.1 object for the given ASN.1 type and Java value.
|
void |
TaggedType.forceImplicitlyTagged(ASN type)
Forces a tagged ASN.1 object to be implicitly tagged.
|
boolean |
ASN1Object.isA(ASN type)
Tests if this object is an instance of given ASN.1 type.
|
static void |
ASN.register(ASN type,
java.lang.Class cls)
Registers a new ASN.1 type.
|
| Modifier and Type | Method and Description |
|---|---|
static ASN |
AVA.getDefaultEncoding()
Gets the default encoding.
|
static ASN |
AVA.getEncoding(ObjectID type)
Gets the encoding type associated with the given attribute type.
|
ASN |
ChoiceOfTime.getEncodingType()
Returns the encoding type, either UTCTime or GeneralizedTime.
|
static ASN |
AVA.getNonPrintableDefaultEncoding()
Gets the encoding that is used if a String attribute value
has non printable chars.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AVA.defineEncoding(ObjectID type,
ASN encodingType)
Defines the ASN.1 encoding for a specified Attribute type.
|
static void |
AVA.setDefaultEncoding(ASN encodingType)
Sets the default encoding to be used.
|
void |
AVA.setEncoding(ASN encodingType)
Deprecated.
this method never performed any function; use
AVA(ObjectID, Object, ASN) instead |
void |
ChoiceOfTime.setEncodingType(ASN encodingType)
Sets the encoding type.
|
static void |
AVA.setNonPrintableDefaultEncoding(ASN encodingType)
Sets the encoding that shall be used if a String attribute value
has non printable chars.
|
| Constructor and Description |
|---|
AVA(ObjectID type,
java.lang.Object value,
ASN encodingType)
Creates a new AttributeValueAssertion from a type and a value to be encoded
using the given encoding type.
|
ChoiceOfTime(java.lang.String date,
ASN encodingType)
Creates a ChoiceOfTime for the given date, represented as string.
|