Skip navigation links
B C E F G I K P R S T V W 

B

build() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap.Builder
Returns an instance of CloudHsmKeyAttributesMap created from the fields set on this builder.
build() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap.Builder
Returns an instance of CloudHsmKeyPairAttributesMap created from the fields set on this builder.
Builder() - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap.Builder
 
Builder() - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap.Builder
 

C

calculateEcPoint() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
 
calculateModulus() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
 
calculatePublicExponent() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
 
CloudHsmKeyAttributePermissiveProfile - Enum in com.amazonaws.cloudhsm
A collection of profiles which apply specific key attributes and permissive values during various key operations.
CloudHsmKeyAttributes - Enum in com.amazonaws.cloudhsm
PKCS#11 key attributes that are usable via the CloudHSM JCE provider.
CloudHsmKeyAttributesMap - Class in com.amazonaws.cloudhsm
A collection used to represent a CloudHSM key's attributes and values.
CloudHsmKeyAttributesMap() - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Constructs an empty CloudHsmKeyAttributesMap containing no key attributes or values.
CloudHsmKeyAttributesMap(CloudHsmKeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Constructs a new CloudHsmKeyAttributesMap with the same key attributes and values as the specified CloudHsmKeyAttributesMap.
CloudHsmKeyAttributesMap(CloudHsmKeyAttributePermissiveProfile) - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Constructs a new CloudHsmKeyAttributesMap using the key attributes and permissive values as specified in CloudHsmKeyAttributePermissiveProfile.
CloudHsmKeyAttributesMap.Builder - Class in com.amazonaws.cloudhsm
A helper class which provides Builder Pattern support for instantiating and populating an instance of CloudHsmKeyAttributesMap.
CloudHsmKeyPairAttributesMap - Class in com.amazonaws.cloudhsm
A collection used to represent a CloudHSM key pair's key attributes and values.
CloudHsmKeyPairAttributesMap() - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Constructs an empty CloudHsmKeyPairAttributesMap containing no key pair attributes or values.
CloudHsmKeyPairAttributesMap(CloudHsmKeyPairAttributesMap) - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Constructs a new CloudHsmKeyPairAttributesMap with the same key pair attributes and values as the specified CloudHsmKeyPairAttributesMap.
CloudHsmKeyPairAttributesMap(CloudHsmKeyAttributesMap, CloudHsmKeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Constructs a new CloudHsmKeyPairAttributesMap with the same key attributes and values as the specified CloudHsmKeyAttributesMap objects, one for the public key and one for the private key.
CloudHsmKeyPairAttributesMap(CloudHsmKeyAttributePermissiveProfile) - Constructor for class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Constructs a new CloudHsmKeyPairAttributesMap using the key pair attributes and permissive values as specified in CloudHsmKeyAttributePermissiveProfile.
CloudHsmKeyPairAttributesMap.Builder - Class in com.amazonaws.cloudhsm
A helper class which provides Builder Pattern support for instantiating and populating an instance of CloudHsmKeyPairAttributesMap.
com.amazonaws.cloudhsm - package com.amazonaws.cloudhsm
 
containsKey(CloudHsmKeyAttributes) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Returns true if this map contains a mapping for the specified key attribute.

E

entrySet() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Returns a Set view of the mappings contained in this map.

F

fromCavium(CaviumKey) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Retrieve a CaviumKey's current key attributes and values from a HSM.
fromCavium(long) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Retrieve a key's current key attributes and values from a HSM.
fromCavium(byte[]) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Convert a Cavium-compliant byte array into a CloudHSM key attributes object, CloudHsmKeyAttributesMap.

G

get(CloudHsmKeyAttributes) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Returns the value to which the specified key attribute is mapped, or null if this map contains no mapping for the key attribute.
getAttrClass() - Method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Retrieve the Java data type associated with this key attribute's value.
getAttrFromId(Integer) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Map a key attribute ID to its corresponding CloudHsmKeyAttributes value.
getAttrId() - Method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Retrieve the PKCS#11 attribute ID for this key attribute.
getKeyDefaultsMap() - Method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributePermissiveProfile
Retrieves this profile's key attributes and values stored in a CloudHsmKeyAttributesMap object.
getKeyPairDefaultsMap() - Method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributePermissiveProfile
Retrieves this profile's key attributes and values stored in a CloudHsmKeyPairAttributesMap object.
getLabel() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
A convenience method for getting CloudHsmKeyAttributes.CKA_LABEL.
getOrDefault(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Returns the value to which the specified key attribute is mapped, or defaultValue if this map contains no mapping for the key attribute.
getOrDefaultPrivate(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Returns the value to which the specified private key attribute is mapped, or defaultValue if the private key map contains no mapping for the key attribute.
getOrDefaultPublic(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Returns the value to which the specified public key attribute is mapped, or defaultValue if the public key map contains no mapping for the key attribute.
getPrivate(CloudHsmKeyAttributes) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Returns the value to which the specified key attribute is mapped, or null if the key map contains no mapping for the key attribute.
getPrivate() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Returns the CloudHsmKeyAttributesMap associated with this key pair's private key.
getPublic(CloudHsmKeyAttributes) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Returns the value to which the specified key attribute is mapped, or null if the key map contains no mapping for the key attribute.
getPublic() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Returns the CloudHsmKeyAttributesMap associated with this key pair's public key.

I

isExtractable() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
A convenience method for getting CloudHsmKeyAttributes.CKA_EXTRACTABLE.
isToken() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
A convenience method for getting CloudHsmKeyAttributes.CKA_TOKEN.

K

keySet() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Returns a Set view of the key attributes contained in this map.

P

put(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap.Builder
Associates the specified value with the specified key attribute.
put(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Associates the specified value with the specified key attribute in this map.
putAll(CloudHsmKeyAttributesMap) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Copies all of the mappings from the specified map to this map.
putAll(CloudHsmKeyPairAttributesMap) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Copies all of the mappings from the specified map to the public and private attributes maps.
putAllPrivate(CloudHsmKeyAttributesMap) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Copies all of the mappings from the specified map to the private attributes map.
putAllPublic(CloudHsmKeyAttributesMap) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Copies all of the mappings from the specified map to the public attributes map.
putPrivate(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Associates the specified value with the specified key attribute in the private key map.
putPublic(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
Associates the specified value with the specified key attribute in the public key map.

R

remove(CloudHsmKeyAttributes) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Removes the mapping for the specified key attribute from this map if present.
remove(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
Removes the entry for the specified key attribute only if it is currently mapped to the specified value.

S

setExtractable(boolean) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
A convenience method for setting CloudHsmKeyAttributes.CKA_EXTRACTABLE.
setLabel(String) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
A convenience method for setting CloudHsmKeyAttributes.CKA_LABEL.
setToken(boolean) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
A convenience method for getting CloudHsmKeyAttributes.CKA_TOKEN.

T

toCavium(CloudHsmKeyAttributesMap) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
For internal use only.
toCavium(CloudHsmKeyPairAttributesMap) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
For internal use only.
toString() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
 
toString() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap
 

V

valueOf(String) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributePermissiveProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributePermissiveProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributes
Returns an array containing the constants of this enum type, in the order they are declared.

W

withExtractable(boolean) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap.Builder
A convenience method for setting CloudHsmKeyAttributes.CKA_EXTRACTABLE.
withLabel(String) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap.Builder
A convenience method for setting CloudHsmKeyAttributes.CKA_LABEL.
withPrivate(CloudHsmKeyAttributesMap) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap.Builder
Populates the private key with the same key attributes and values as the specified CloudHsmKeyPairAttributesMap.
withPrivate(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap.Builder
Associates the specified value with the specified key attribute in the private key.
withPublic(CloudHsmKeyAttributesMap) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap.Builder
Populates the public key with the same key attributes and values as the specified CloudHsmKeyPairAttributesMap.
withPublic(CloudHsmKeyAttributes, Object) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyPairAttributesMap.Builder
Associates the specified value with the specified key attribute in the public key.
withToken(boolean) - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap.Builder
A convenience method for setting CloudHsmKeyAttributes.CKA_TOKEN.
B C E F G I K P R S T V W 
Skip navigation links