1. Home
  2. Android
  3. java.security.spec
  4. Android java.security.spec X509EncodedKeySpec
    • Class List
    • Android X509EncodedKeySpec
    • Android AlgorithmParameterSpec tutorial with examples
    • Android DSAParameterSpec
    • Android DSAPrivateKeySpec
    • Android DSAPublicKeySpec
    • Android ECField tutorial with examples
    • Android ECFieldF2m
    • Android ECFieldFp
    • Android ECGenParameterSpec
    • Android ECParameterSpec
    • Android ECPoint
    • Android ECPublicKeySpec
    • Android EllipticCurve
    • Android InvalidKeySpecException
    • Android InvalidParameterSpecException
    • Android KeySpec
    • Android MGF1ParameterSpec
    • Android PKCS8EncodedKeySpec
    • Android RSAKeyGenParameterSpec
    • Android RSAPrivateCrtKeySpec
    • Android RSAPrivateKeySpec
    • Android RSAPublicKeySpec
    • Android ECPrivateKeySpec
    • Android EncodedKeySpec
    • Android PSSParameterSpec
    • Android RSAMultiPrimePrivateCrtKeySpec
    • Android RSAOtherPrimeInfo

Android java.security.spec X509EncodedKeySpec

PreviousNext

By API

The following index lists the tutorials for X509EncodedKeySpec by API.

Constructors

  • Android X509EncodedKeySpec X509EncodedKeySpec(byte[] encodedKey)

Methods

  • Android X509EncodedKeySpec getEncoded()
  • Android X509EncodedKeySpec tutorial with examples

By Examples

The following index lists the tutorials for X509EncodedKeySpec by example titles.

  • Android X509EncodedKeySpec encrypt(Context ctx, String data, @RawRes int raw)
  • Android X509EncodedKeySpec X509EncodedKeySpec(byte[] encodedKey) Creates a new X509EncodedKeySpec with the given encoded key.
  • Android X509EncodedKeySpec getEncoded() Returns the key bytes, encoded according to the X.509 standard.
  • Android X509EncodedKeySpec getFormat() Returns the name of the encoding format associated with this key specification.
PreviousNext

Related

  • Android RSAPublicKey getPublicExponent() Returns the public exponent.
  • Android RSAPublicKey getParams() Returns the parameters associated with this key.
  • Android RSAPublicKey equals(Object obj) Indicates whether some other object is "equal to" this one.
  • Android java.security.spec X509EncodedKeySpec
  • Android X509EncodedKeySpec encrypt(Context ctx, String data, @RawRes int raw)
  • Android X509EncodedKeySpec tutorial with examples
  • Android X509EncodedKeySpec X509EncodedKeySpec(byte[] encodedKey)

demo2s.com |  Email: | Demo Source and Support. All rights reserved.