Class KeyWrapAlgorithm


  • public class KeyWrapAlgorithm
    extends Algorithm
    • Constructor Detail

      • KeyWrapAlgorithm

        protected KeyWrapAlgorithm​(int oidTag,
                                   java.lang.String name,
                                   java.lang.Class<?> paramClass,
                                   boolean padded,
                                   int blockSize)
      • KeyWrapAlgorithm

        protected KeyWrapAlgorithm​(int oidTag,
                                   java.lang.String name,
                                   java.lang.Class<?>[] paramClasses,
                                   boolean padded,
                                   int blockSize)
    • Method Detail

      • fromString

        public static KeyWrapAlgorithm fromString​(java.lang.String name)
                                           throws java.security.NoSuchAlgorithmException
        Throws:
        java.security.NoSuchAlgorithmException
      • isPadded

        public boolean isPadded()
      • getBlockSize

        public int getBlockSize()