Class SdkmsDes


  • public final class SdkmsDes
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SdkmsDes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fortanix.sdkms.v1.model.KeyObject generateKeyForDesOperation​(java.lang.Integer keySize, java.util.List<com.fortanix.sdkms.v1.model.KeyOperations> allowedKeyOperations, boolean isTransientKey)  
      static com.fortanix.sdkms.v1.model.KeyObject importKeyForDesOperation​(java.lang.Integer keySize, java.util.List<com.fortanix.sdkms.v1.model.KeyOperations> allowedKeyOperations, byte[] keyMaterial, java.lang.String alias)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SdkmsDes

        public SdkmsDes()
    • Method Detail

      • generateKeyForDesOperation

        public static com.fortanix.sdkms.v1.model.KeyObject generateKeyForDesOperation​(java.lang.Integer keySize,
                                                                                       java.util.List<com.fortanix.sdkms.v1.model.KeyOperations> allowedKeyOperations,
                                                                                       boolean isTransientKey)
      • importKeyForDesOperation

        public static com.fortanix.sdkms.v1.model.KeyObject importKeyForDesOperation​(java.lang.Integer keySize,
                                                                                     java.util.List<com.fortanix.sdkms.v1.model.KeyOperations> allowedKeyOperations,
                                                                                     byte[] keyMaterial,
                                                                                     java.lang.String alias)