File
Doc
Category
Size
Date
Package
KeyPairGeneratorSpec.java
API Doc
Android 5.1 API
2551
Sat Mar 14 14:09:40 GMT 2015
android.security
KeyPairGeneratorSpec
java.lang.Object
public final class KeyPairGeneratorSpec extends Object implements AlgorithmParameterSpec
Fields Summary
Constructors Summary
KeyPairGeneratorSpec
()
throw new RuntimeException("Stub!");
Methods Summary
public
java.security.spec.AlgorithmParameterSpec
getAlgorithmParameterSpec
()
throw new RuntimeException("Stub!");
public
android.content.Context
getContext
()
throw new RuntimeException("Stub!");
public
java.util.Date
getEndDate
()
throw new RuntimeException("Stub!");
public
int
getKeySize
()
throw new RuntimeException("Stub!");
public
java.lang.String
getKeyType
()
throw new RuntimeException("Stub!");
public
java.lang.String
getKeystoreAlias
()
throw new RuntimeException("Stub!");
public
java.math.BigInteger
getSerialNumber
()
throw new RuntimeException("Stub!");
public
java.util.Date
getStartDate
()
throw new RuntimeException("Stub!");
public
javax.security.auth.x500.X500Principal
getSubjectDN
()
throw new RuntimeException("Stub!");
public
boolean
isEncryptionRequired
()
throw new RuntimeException("Stub!");
Java Code Source