public class SymmetricProofDescriptor extends ProofDescriptor
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.Tokens.SymmetricProofDescriptor
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.IdentityModel
|
static java.lang.String |
className
Qualified class name: System.IdentityModel.Tokens.SymmetricProofDescriptor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SymmetricProofDescriptor() |
SymmetricProofDescriptor(byte[] key,
EncryptingCredentials targetWrappingCredentials) |
SymmetricProofDescriptor(EncryptingCredentials targetWrappingCredentials) |
SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials) |
SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials) |
SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials,
byte[] sourceEntropy) |
SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials,
byte[] sourceEntropy,
java.lang.String encryptWith) |
SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials,
java.lang.String encryptWith) |
SymmetricProofDescriptor(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyTo(RequestSecurityTokenResponse response) |
static SymmetricProofDescriptor |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SymmetricProofDescriptor, a cast assert is made to check if types are compatible. |
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
|
byte[] |
GetKeyBytes() |
void |
setJCOInstance(JCObject instance) |
getKeyIdentifierpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SymmetricProofDescriptor()
throws java.lang.Throwable
java.lang.Throwablepublic SymmetricProofDescriptor(byte[] key,
EncryptingCredentials targetWrappingCredentials)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public SymmetricProofDescriptor(EncryptingCredentials targetWrappingCredentials) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, NotImplementedException, CryptographicException
public SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
CryptographicException
public SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException,
CryptographicException
public SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials,
byte[] sourceEntropy)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
NotImplementedException,
NotSupportedException,
PlatformNotSupportedException,
CryptographicException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotImplementedExceptionNotSupportedExceptionPlatformNotSupportedExceptionCryptographicExceptionpublic SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials,
byte[] sourceEntropy,
java.lang.String encryptWith)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
ApplicationException,
NotSupportedException,
PlatformNotSupportedException,
CryptographicException,
KeyNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionApplicationExceptionNotSupportedExceptionPlatformNotSupportedExceptionCryptographicExceptionKeyNotFoundExceptionpublic SymmetricProofDescriptor(int keySizeInBits,
EncryptingCredentials targetWrappingCredentials,
EncryptingCredentials requestorWrappingCredentials,
java.lang.String encryptWith)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException,
CryptographicException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryExceptionCryptographicExceptionpublic SymmetricProofDescriptor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void ApplyTo(RequestSecurityTokenResponse response) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
ApplyTo in class ProofDescriptorjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionpublic static SymmetricProofDescriptor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SymmetricProofDescriptor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSymmetricProofDescriptor instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ProofDescriptorString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ProofDescriptorString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ProofDescriptorObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ProofDescriptorString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ProofDescriptorJCType representing the CLR Type of the instantiated Classpublic byte[] GetKeyBytes()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ProofDescriptor