Class KeySizes

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Security.Cryptography
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Security.Cryptography.KeySizes
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • KeySizes

        public KeySizes​(java.lang.Object instance)
                 throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • KeySizes

        public KeySizes()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • KeySizes

        public KeySizes​(int minSize,
                        int maxSize,
                        int skipSize)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getMaxSize

        public int getMaxSize()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxSize

        public void setMaxSize​(int MaxSize)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMinSize

        public int getMinSize()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMinSize

        public void setMinSize​(int MinSize)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSkipSize

        public int getSkipSize()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSkipSize

        public void setSkipSize​(int SkipSize)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable