public interface Secret extends ModelEntity, Buildable<SecretCreateBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
Integer |
getBitLength() |
Map<String,String> |
getContentTypes() |
Date |
getCreateTime() |
String |
getCreatorId() |
Date |
getExpiration() |
String |
getMode() |
String |
getName() |
String |
getPayload() |
String |
getPayloadContentEncoding() |
String |
getPayloadContentType() |
String |
getSecretReference() |
String |
getSecretType() |
String |
getStatus() |
Date |
getUpdateTime() |
String getAlgorithm()
Integer getBitLength()
Date getCreateTime()
Date getUpdateTime()
String getCreatorId()
Date getExpiration()
String getMode()
String getName()
String getSecretReference()
String getSecretType()
String getStatus()
String getPayload()
String getPayloadContentType()
String getPayloadContentEncoding()
Copyright © 2019. All rights reserved.