public class KeyWithPayload
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
KeyWithPayload.AlgorithmMode
Deprecated.
|
static interface |
KeyWithPayload.AlgorithmType
Deprecated.
|
static interface |
KeyWithPayload.Type
Specifies the MIME type that represents the key resource.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAlgorithmBitSize()
Deprecated.
this method is deprecated and may be removed in a future release
|
KeyWithPayloadAlgorithmMetadata |
getAlgorithmMetadata()
Gets the algorithmMetadata.
|
String |
getAlgorithmMode()
Deprecated.
this method is deprecated and may be removed in a future release
|
String |
getAlgorithmType()
Deprecated.
this method is deprecated and may be removed in a future release
|
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.
|
String |
getKeyRingId()
Gets the keyRingId.
|
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.
|
RotationKeyMetadata |
getRotation()
Gets the rotation.
|
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 String getKeyRingId()
public Date getCreationDate()
public String getCreatedBy()
@Deprecated public String getAlgorithmType()
public KeyWithPayloadAlgorithmMetadata getAlgorithmMetadata()
@Deprecated public Long getAlgorithmBitSize()
@Deprecated public String getAlgorithmMode()
public Long getNonactiveStateReason()
public Date getLastUpdateDate()
public Date getLastRotateDate()
public KeyVersion getKeyVersion()
public DualAuthKeyMetadata getDualAuthDelete()
public RotationKeyMetadata getRotation()
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 © 2024 IBM Cloud. All rights reserved.