Searched refs:getFormat (Results 1 - 25 of 73) sorted by relevance

123

/dalvik/libcore/security/src/main/java/java/security/
H A DKey.java51 public String getFormat(); method in interface:Key
H A DCertificate.java38 * the data to encode must be that identified by {@link #getFormat()} and
48 * @see #getFormat()
72 public String getFormat(); method in interface:Certificate
/dalvik/libcore/security/src/main/java/java/security/spec/
H A DPKCS8EncodedKeySpec.java54 public final String getFormat() { method in class:PKCS8EncodedKeySpec
H A DX509EncodedKeySpec.java53 public final String getFormat() { method in class:X509EncodedKeySpec
H A DEncodedKeySpec.java62 public abstract String getFormat(); method in class:EncodedKeySpec
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/spec/
H A DMyEncodedKeySpec.java43 * @see java.security.spec.EncodedKeySpec#getFormat()
45 public String getFormat() { method in class:MyEncodedKeySpec
/dalvik/dx/src/com/android/dx/dex/code/
H A DFixedSizeInsn.java53 return getOpcode().getFormat().codeSize();
59 getOpcode().getFormat().writeTo(out, this);
71 return getOpcode().getFormat().listingString(this, noteIndices);
H A DDop.java104 public InsnFormat getFormat() { method in class:Dop
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DPrivateKeyStub.java63 * @see java.security.Key#getFormat()
65 public String getFormat() { method in class:PrivateKeyStub
H A DPublicKeyStub.java60 * @see java.security.Key#getFormat()
62 public String getFormat() { method in class:PublicKeyStub
H A DMyKeyPairGenerator1.java111 public String getFormat() { method in class:MyKeyPairGenerator1.PubKey
137 public String getFormat() { method in class:MyKeyPairGenerator1.PrivKey
H A DKeyStoreTestSupport.java81 public String getFormat() { method in class:KeyStoreTestSupport.SKey
106 public String getFormat() { method in class:KeyStoreTestSupport.MyPrivateKey
158 public String getFormat() {
H A DCertificateStub.java72 * @see java.security.Certificate#getFormat()
74 public String getFormat() { method in class:CertificateStub
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyTest.java62 public String getFormat() { method in class:SecretKeyTest.checkSecretKey
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/
H A DPrivateKeyImpl.java45 public String getFormat() { method in class:PrivateKeyImpl
H A DPublicKeyImpl.java50 public String getFormat() { method in class:PublicKeyImpl
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
H A DX509PublicKey.java40 public String getFormat() { method in class:X509PublicKey
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/spec/
H A DIEKeySpec.java58 public String getFormat() method in class:IEKeySpec
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyTest.java60 public String getFormat() { method in class:KeyTest.checkKey
H A DPrivateKeyTest.java60 public String getFormat() { method in class:PrivateKeyTest.checkPrivateKey
H A DPublicKeyTest.java58 public String getFormat() { method in class:PublicKeyTest.checkPublicKey
H A DKeyPairTest.java49 public String getFormat() {
62 public String getFormat() {
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DCipherWrapThread.java44 checkEncodedData(key.getFormat().getBytes(), decrypted.getFormat().getBytes());
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java114 public String getFormat() { method in class:MyExemptionMechanismSpi.tmpKey
133 public String getFormat() { method in class:MyExemptionMechanismSpi.tmp1Key
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
H A DAudioInputStream.java52 this.format = line.getFormat();
57 public AudioFormat getFormat() { method in class:AudioInputStream

Completed in 750 milliseconds

123