Modifier and Type | Class and Description |
---|---|
private static class | |
private static class | TemplateManager.
Nested class representing template attributes. |
private static class | TemplateManager.
Nested class representing a template identifier. |
Modifier and Type | Field and Description |
---|---|
private final Map | |
private static final boolean | |
pack-priv static final String | |
pack-priv static final String | |
pack-priv static final String | |
private final List |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv void | |
private TemplateManager. | |
pack-priv CK_ATTRIBUTE[] | |
private TemplateManager. |
compositeTemplates | back to summary |
---|---|
private final Map<TemplateManager. |
DEBUG | back to summary |
---|---|
private static final boolean DEBUG |
O_ANY | back to summary |
---|---|
pack-priv static final String O_ANY |
O_GENERATE | back to summary |
---|---|
pack-priv static final String O_GENERATE |
O_IMPORT | back to summary |
---|---|
pack-priv static final String O_IMPORT |
primitiveTemplates | back to summary |
---|---|
private final List<TemplateManager. |
TemplateManager | back to summary |
---|---|
pack-priv TemplateManager() |
addTemplate | back to summary |
---|---|
pack-priv void addTemplate(String op, long objectClass, long keyAlgorithm, CK_ATTRIBUTE[] attrs) |
buildCompositeTemplate | back to summary |
---|---|
private TemplateManager. |
getAttributes | back to summary |
---|---|
pack-priv CK_ATTRIBUTE[] getAttributes(String op, long type, long alg, CK_ATTRIBUTE[] attrs) |
getTemplate | back to summary |
---|---|
private TemplateManager. |
Modifier and Type | Field and Description |
---|---|
pack-priv final TemplateManager. | |
pack-priv final TemplateManager. |
Access | Constructor and Description |
---|---|
pack-priv |
key | back to summary |
---|---|
pack-priv final TemplateManager. |
template | back to summary |
---|---|
pack-priv final TemplateManager. |
KeyAndTemplate | back to summary |
---|---|
pack-priv KeyAndTemplate(TemplateManager. |
Modifier and Type | Field and Description |
---|---|
private static final CK_ATTRIBUTE[] | |
private CK_ATTRIBUTE[] |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv void | |
private static CK_ATTRIBUTE[] | |
pack-priv CK_ATTRIBUTE[] | |
public String |
A0 | back to summary |
---|---|
private static final CK_ATTRIBUTE[] A0 |
attributes | back to summary |
---|---|
private CK_ATTRIBUTE[] attributes |
Template | back to summary |
---|---|
pack-priv Template() |
Template | back to summary |
---|---|
pack-priv Template(CK_ATTRIBUTE[] attributes) |
add | back to summary |
---|---|
pack-priv void add(TemplateManager. |
combine | back to summary |
---|---|
private static CK_ATTRIBUTE[] combine(CK_ATTRIBUTE[] attrs1, CK_ATTRIBUTE[] attrs2) Combine two sets of attributes. The second set has precedence over the first and overrides its settings. |
getAttributes | back to summary |
---|---|
pack-priv CK_ATTRIBUTE[] getAttributes(CK_ATTRIBUTE[] attrs) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|
Modifier and Type | Field and Description |
---|---|
pack-priv final long | |
pack-priv final long | |
pack-priv final String |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv boolean | |
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public int | |
public String |
keyAlgorithm | back to summary |
---|---|
pack-priv final long keyAlgorithm |
keyType | back to summary |
---|---|
pack-priv final long keyType |
operation | back to summary |
---|---|
pack-priv final String operation |
TemplateKey | back to summary |
---|---|
pack-priv TemplateKey(String operation, long keyType, long keyAlgorithm) |
appliesTo | back to summary |
---|---|
pack-priv boolean appliesTo(TemplateManager. |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|