Uses of Class
com.oracle.bmc.dns.model.DnssecSigningAlgorithm
-
Packages that use DnssecSigningAlgorithm Package Description com.oracle.bmc.dns.model -
-
Uses of DnssecSigningAlgorithm in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return DnssecSigningAlgorithm Modifier and Type Method Description static DnssecSigningAlgorithm
DnssecSigningAlgorithm. create(String key)
DnssecSigningAlgorithm
KskDnssecKeyVersion. getAlgorithm()
The signing algorithm used for the key.DnssecSigningAlgorithm
ZskDnssecKeyVersion. getAlgorithm()
The signing algorithm used for the key.static DnssecSigningAlgorithm
DnssecSigningAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static DnssecSigningAlgorithm[]
DnssecSigningAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type DnssecSigningAlgorithm Modifier and Type Method Description KskDnssecKeyVersion.Builder
KskDnssecKeyVersion.Builder. algorithm(DnssecSigningAlgorithm algorithm)
The signing algorithm used for the key.ZskDnssecKeyVersion.Builder
ZskDnssecKeyVersion.Builder. algorithm(DnssecSigningAlgorithm algorithm)
The signing algorithm used for the key.Constructors in com.oracle.bmc.dns.model with parameters of type DnssecSigningAlgorithm Constructor Description KskDnssecKeyVersion(String uuid, DnssecSigningAlgorithm algorithm, Integer lengthInBytes, Date timeCreated, Date timePublished, Date timeActivated, Date timeInactivated, Date timeUnpublished, Date timeExpired, Date timePromoted, String predecessorDnssecKeyVersionUuid, String successorDnssecKeyVersionUuid, Integer keyTag, List<DnssecKeyVersionDsData> dsData)
Deprecated.ZskDnssecKeyVersion(String uuid, DnssecSigningAlgorithm algorithm, Integer lengthInBytes, Date timeCreated, Date timePublished, Date timeActivated, Date timeInactivated, Date timeUnpublished, Date timeExpired, Date timePromoted, String predecessorDnssecKeyVersionUuid, String successorDnssecKeyVersionUuid, Integer keyTag)
Deprecated.
-