IKey Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Key interface is the top-level interface for all keys.
[Android.Runtime.Register("java/security/Key", "", "Java.Security.IKeyInvoker")]
public interface IKey : IDisposable, Java.Interop.IJavaPeerable, Java.IO.ISerializable
[<Android.Runtime.Register("java/security/Key", "", "Java.Security.IKeyInvoker")>]
type IKey = interface
interface ISerializable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Derived
- Attributes
- Implements
Remarks
Java documentation for java.security.Key
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
SerialVersionUID |
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class. |
Properties
Algorithm |
Returns the name of the algorithm of this key. |
Format |
Returns the name of the format used to encode this key, or |
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
JniIdentityHashCode | (Inherited from IJavaPeerable) |
JniManagedPeerState | (Inherited from IJavaPeerable) |
JniPeerMembers | (Inherited from IJavaPeerable) |
PeerReference | (Inherited from IJavaPeerable) |
Methods
Disposed() | (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() | (Inherited from IJavaPeerable) |
Finalized() | (Inherited from IJavaPeerable) |
GetEncoded() |
Returns the key in its primary encoding format, or null if this key does not support encoding. |
SetJniIdentityHashCode(Int32) | (Inherited from IJavaPeerable) |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetPeerReference(JniObjectReference) | (Inherited from IJavaPeerable) |
UnregisterFromRuntime() | (Inherited from IJavaPeerable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |