public class KeyRepresentation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
KeyRepresentation.AlgorithmMode
The encryption scheme used to generate the key.
|
static interface |
KeyRepresentation.AlgorithmType
The algorithm type used to generate the key.
|
Constructor and Description |
---|
KeyRepresentation() |
Modifier and Type | Method and Description |
---|---|
Long |
getAlgorithmBitSize()
Gets the algorithmBitSize.
|
KeyRepresentationAlgorithmMetadata |
getAlgorithmMetadata()
Gets the algorithmMetadata.
|
String |
getAlgorithmMode()
Gets the algorithmMode.
|
String |
getAlgorithmType()
Gets the algorithmType.
|
String |
getCreatedBy()
Gets the createdBy.
|
Date |
getCreationDate()
Gets the creationDate.
|
String |
getCrn()
Gets the crn.
|
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.
|
Long |
getState()
Gets the state.
|
List<String> |
getTags()
Gets the tags.
|
String |
getType()
Gets the type.
|
Boolean |
isExtractable()
Gets the extractable.
|
Boolean |
isImported()
Gets the imported.
|
public String getType()
public String getId()
public String getName()
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 KeyRepresentationAlgorithmMetadata getAlgorithmMetadata()
public Long getAlgorithmBitSize()
public String getAlgorithmMode()
public Long getNonactiveStateReason()
public Date getLastUpdateDate()
public Date getLastRotateDate()
public KeyVersion getKeyVersion()
public DualAuthKeyMetadata getDualAuthDelete()
Copyright © 2022 IBM Cloud. All rights reserved.