Class KeyContainerPermissionAccessEntry

    • Field Detail

      • assemblyFullName

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

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

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

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

      • KeyContainerPermissionAccessEntry

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

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

        public KeyContainerPermissionAccessEntry​(java.lang.String keyContainerName,
                                                 KeyContainerPermissionFlags flags)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • KeyContainerPermissionAccessEntry

        public KeyContainerPermissionAccessEntry​(java.lang.String keyStore,
                                                 java.lang.String providerName,
                                                 int providerType,
                                                 java.lang.String keyContainerName,
                                                 int keySpec,
                                                 KeyContainerPermissionFlags flags)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getKeySpec

        public int getKeySpec()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setKeySpec

        public void setKeySpec​(int KeySpec)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProviderType

        public int getProviderType()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setProviderType

        public void setProviderType​(int ProviderType)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getKeyContainerName

        public java.lang.String getKeyContainerName()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setKeyContainerName

        public void setKeyContainerName​(java.lang.String KeyContainerName)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getKeyStore

        public java.lang.String getKeyStore()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setKeyStore

        public void setKeyStore​(java.lang.String KeyStore)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProviderName

        public java.lang.String getProviderName()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setProviderName

        public void setProviderName​(java.lang.String ProviderName)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable