public class KeyWithPayload
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
KeyWithPayload.AlgorithmMode
The encryption scheme used to generate the key.
|
static interface |
KeyWithPayload.AlgorithmType
The algorithm type used to generate the key.
|
Constructor and Description |
---|
KeyWithPayload() |
Modifier and Type | Method and Description |
---|---|
Long |
getAlgorithmBitSize()
Gets the algorithmBitSize.
|
KeyWithPayloadAlgorithmMetadata |
getAlgorithmMetadata()
Gets the algorithmMetadata.
|
String |
getAlgorithmMode()
Gets the algorithmMode.
|
String |
getAlgorithmType()
Gets the algorithmType.
|
List<String> |
getAliases()
Gets the aliases.
|
String |
getCreatedBy()
Gets the createdBy.
|
Date |
getCreationDate()
Gets the creationDate.
|
String |
getCrn()
Gets the crn.
|
String |
getDeletedBy()
Gets the deletedBy.
|
Date |
getDeletionDate()
Gets the deletionDate.
|
String |
getDescription()
Gets the description.
|
DualAuthKeyMetadata |
getDualAuthDelete()
Gets the dualAuthDelete.
|
Date |
getExpirationDate()
Gets the expirationDate.
|
String |
getId()
Gets the id.
|
KeyVersion |
getKeyVersion()
Gets the keyVersion.
|
Date |
getLastRotateDate()
Gets the lastRotateDate.
|
Date |
getLastUpdateDate()
Gets the lastUpdateDate.
|
String |
getName()
Gets the name.
|
Long |
getNonactiveStateReason()
Gets the nonactiveStateReason.
|
byte[] |
getPayload()
Gets the payload.
|
Date |
getPurgeAllowedFrom()
Gets the purgeAllowedFrom.
|
Date |
getPurgeScheduledOn()
Gets the purgeScheduledOn.
|
Date |
getRestoreExpirationDate()
Gets the restoreExpirationDate.
|
Long |
getState()
Gets the state.
|
List<String> |
getTags()
Gets the tags.
|
String |
getType()
Gets the type.
|
Boolean |
isDeleted()
Gets the deleted.
|
Boolean |
isExtractable()
Gets the extractable.
|
Boolean |
isImported()
Gets the imported.
|
Boolean |
isPurgeAllowed()
Gets the purgeAllowed.
|
Boolean |
isRestoreAllowed()
Gets the restoreAllowed.
|
public String getType()
public String getId()
public String getName()
public List<String> getAliases()
public String getDescription()
public List<String> getTags()
public Long getState()
public Date getExpirationDate()
public Boolean isExtractable()
public String getCrn()
public Boolean isImported()
public Date getCreationDate()
public String getCreatedBy()
public String getAlgorithmType()
public KeyWithPayloadAlgorithmMetadata getAlgorithmMetadata()
public Long getAlgorithmBitSize()
public String getAlgorithmMode()
public Long getNonactiveStateReason()
public Date getLastUpdateDate()
public Date getLastRotateDate()
public KeyVersion getKeyVersion()
public DualAuthKeyMetadata getDualAuthDelete()
public Boolean isDeleted()
public Date getDeletionDate()
public String getDeletedBy()
public Date getRestoreExpirationDate()
public Boolean isRestoreAllowed()
public Boolean isPurgeAllowed()
public Date getPurgeAllowedFrom()
public Date getPurgeScheduledOn()
public byte[] getPayload()
Copyright © 2022 IBM Cloud. All rights reserved.