Class SecurityKey

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

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

        public static final java.lang.String className
        Qualified class name: System.IdentityModel.Tokens.SecurityKey
        See Also:
        Constant Field Values
      • classType

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

      • SecurityKey

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

        public SecurityKey()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • IsAsymmetricAlgorithm

        public boolean IsAsymmetricAlgorithm​(java.lang.String algorithm)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsSupportedAlgorithm

        public boolean IsSupportedAlgorithm​(java.lang.String algorithm)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsSymmetricAlgorithm

        public boolean IsSymmetricAlgorithm​(java.lang.String algorithm)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DecryptKey

        public byte[] DecryptKey​(java.lang.String algorithm,
                                 byte[] keyData)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DecryptKey

        public byte[] DecryptKey​(java.lang.String dupParam0,
                                 JCORefOut dupParam1)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EncryptKey

        public byte[] EncryptKey​(java.lang.String algorithm,
                                 byte[] keyData)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EncryptKey

        public byte[] EncryptKey​(java.lang.String dupParam0,
                                 JCORefOut dupParam1)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getKeySize

        public int getKeySize()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable