首先看下Java language specification中的说明: C inherits from its direct superclass and direct superinterfaces all abstract and non-abstract methods of the superclass and superinterfaces that are public, protected, or declared with default access in the same package as C, and are neither overridden...
Added in 1.5. Java documentation forjava.security.interfaces.ECPrivateKey. Portions of this page are modifications based on work created and shared by theAndroid Open Source Projectand used according to terms described in theCreative Commons 2.5 Attribution License. ...
Security.Interfaces Assembly: Mono.Android.dll Returns the value of the private key, x. [Android.Runtime.Register("getX", "()Ljava/math/BigInteger;", "GetGetXHandler:Java.Security.Interfaces.IDSAPrivateKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral,...
Note: The specialized private key interfaces extend this interface. See, for example, the DSAPrivateKey interface in java.security.interfaces. Implementations should override the default destroy and isDestroyed methods from the Destroyable interface to enable sensitive key information to be destroyed, cl...
Methods inherited from interface java.security.interfaces.RSAKey getModulus,getParams Field Detail serialVersionUID static final long serialVersionUID The type fingerprint that is set to indicate serialization compatibility with a previous version of the type. ...
Methods inherited from class java.lang.Object getClass,notify,notifyAll,wait,wait,wait Constructor Detail PrivateIp public PrivateIp() Method Detail setPrivateDnsName public void setPrivateDnsName(StringprivateDnsName) The DNS name of the private IP address. ...
Java.Util.Concurrent.Atomic Java.Util.Concurrent.Locks Java.Util.Functions Java.Util.Jar Java.Util.Logging Java.Util.Prefs Java.Util.RandomGenerators Java.Util.Regex Java.Util.Streams Java.Util.Zip Javax.Annotation.Processing Javax.Crypto Javax.Crypto.Interfaces ...
Use the 'Java.Security.Interfaces.IECPrivateKey' type. This class will be removed in a future release.The interface for an Elliptic Curve (EC) private key.C# คัดลอก [Android.Runtime.Register("java/security/interfaces/ECPrivateKey", DoNotGenerateAcw=true)] [System.Obsolete(...
Returns an array containing the constants of this enum type, in the order they are declared. Methods inherited from class java.lang.Enum compareTo,equals,getDeclaringClass,hashCode,name,ordinal,valueOf Methods inherited from class java.lang.Object ...
java.security.interfaces中RSAPrivateKey的子接口 interfaceRSAMultiPrimePrivateCrtKey 如PKCS#1 v2.1 中所定义的,使用Chinese Remainder Theorem(CRT) 信息值的 RSA 多素数专用密钥的接口。 interfaceRSAPrivateCrtKey 如PKCS#1 标准中所定义的,使用Chinese Remainder Theorem(CRT) 信息值的 RSA 专用密钥的接...