- 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
-
- getKeyPairDefaultsMap() - Method in enum com.amazonaws.cloudhsm.CloudHsmKeyAttributePermissiveProfile
-
- getLabel() - Method in class com.amazonaws.cloudhsm.CloudHsmKeyAttributesMap
-
- 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
-
- 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
-