public class Pkcs9AttributeObject extends AsnEncodedData
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
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.Pkcs, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Security.Cryptography.Pkcs
|
static java.lang.String |
className
Qualified class name: System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Pkcs9AttributeObject() |
Pkcs9AttributeObject(AsnEncodedData asnEncodedData) |
Pkcs9AttributeObject(java.lang.Object instance)
Internal constructor.
|
Pkcs9AttributeObject(Oid oid,
byte[] encodedData) |
Pkcs9AttributeObject(java.lang.String oid,
byte[] encodedData) |
| Modifier and Type | Method and Description |
|---|---|
static Pkcs9AttributeObject |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Pkcs9AttributeObject, a cast assert is made to check if types are compatible. |
void |
CopyFrom(AsnEncodedData asnEncodedData) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
Oid |
getOid() |
void |
setJCOInstance(JCObject instance) |
Format, getRawData, setOid, setRawDatapublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Pkcs9AttributeObject()
throws java.lang.Throwable
java.lang.Throwablepublic Pkcs9AttributeObject(AsnEncodedData asnEncodedData) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public Pkcs9AttributeObject(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Pkcs9AttributeObject(Oid oid, byte[] encodedData) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public Pkcs9AttributeObject(java.lang.String oid,
byte[] encodedData)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
ExternalException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionExternalExceptionCultureNotFoundExceptionpublic static Pkcs9AttributeObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Pkcs9AttributeObject, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPkcs9AttributeObject instancejava.lang.Throwable - in case of error during cast operationpublic void CopyFrom(AsnEncodedData asnEncodedData) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class AsnEncodedDataString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class AsnEncodedDataString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class AsnEncodedDataObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class AsnEncodedDataString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class AsnEncodedDataJCType representing the CLR Type of the instantiated Classpublic Oid getOid() throws java.lang.Throwable
getOid in class AsnEncodedDatajava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class AsnEncodedData