public class RotationPolicy extends Object
Constructor and Description |
---|
RotationPolicy() |
Modifier and Type | Method and Description |
---|---|
RotationPolicy |
deactivateRotatedKey(Boolean deactivateRotatedKey) |
RotationPolicy |
effectiveAt(String effectiveAt) |
boolean |
equals(Object o) |
Boolean |
getDeactivateRotatedKey()
Upon key rotation, the old key will automatically be deactivated.
|
String |
getEffectiveAt()
Start time of the rotation policy
|
RotationInterval |
getInterval()
Get interval
|
int |
hashCode() |
RotationPolicy |
interval(RotationInterval interval) |
void |
setDeactivateRotatedKey(Boolean deactivateRotatedKey) |
void |
setEffectiveAt(String effectiveAt) |
void |
setInterval(RotationInterval interval) |
String |
toString() |
public RotationPolicy interval(RotationInterval interval)
public RotationInterval getInterval()
public void setInterval(RotationInterval interval)
public RotationPolicy effectiveAt(String effectiveAt)
public String getEffectiveAt()
public void setEffectiveAt(String effectiveAt)
public RotationPolicy deactivateRotatedKey(Boolean deactivateRotatedKey)
public Boolean getDeactivateRotatedKey()
public void setDeactivateRotatedKey(Boolean deactivateRotatedKey)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved