Searched refs:getKeyType (Results 1 – 5 of 5) sorted by relevance
93 final int keyType = KeyStore.getKeyTypeForAlgorithm(mSpec.getKeyType()); in generateKeyPair()114 final KeyFactory keyFact = KeyFactory.getInstance(mSpec.getKeyType()); in generateKeyPair()129 certGen.setSignatureAlgorithm(getDefaultSignatureAlgorithmForKeyType(mSpec.getKeyType())); in generateKeyPair()
237 public String getKeyType() { in getKeyType() method in KeyPairGeneratorSpec
50 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()); in testConstructor_Success()77 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()); in testBuilder_Success()
28470 method public java.lang.String getKeyType();
26878 method public java.lang.String getKeyType();