public class CngKeyBlobFormat extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.CngKeyBlobFormat
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Security.Cryptography, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Cryptography
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.CngKeyBlobFormat
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CngKeyBlobFormat() |
CngKeyBlobFormat(java.lang.Object instance)
Internal constructor.
|
CngKeyBlobFormat(java.lang.String format) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CngKeyBlobFormat()
throws java.lang.Throwable
java.lang.Throwablepublic CngKeyBlobFormat(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic CngKeyBlobFormat(java.lang.String format)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionpublic static CngKeyBlobFormat cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CngKeyBlobFormat, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCngKeyBlobFormat instancejava.lang.Throwable - in case of error during cast operationpublic boolean Equals(CngKeyBlobFormat other) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static CngKeyBlobFormat getEccFullPrivateBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getEccFullPublicBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getEccPrivateBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getEccPublicBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic java.lang.String getFormat()
throws java.lang.Throwable
java.lang.Throwablepublic static CngKeyBlobFormat getGenericPrivateBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getGenericPublicBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static CngKeyBlobFormat getMLKemPrivateBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getMLKemPrivateSeedBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getMLKemPublicBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getOpaqueTransportBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getPkcs8PrivateBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getPQDsaPrivateBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getPQDsaPrivateSeedBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static CngKeyBlobFormat getPQDsaPublicBlob() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject