Searched refs:getEncryptionAlgorithm (Results 1 - 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityAgreeHeader.java135 public String getEncryptionAlgorithm(); method in interface:SecurityAgreeHeader
H A DSecurityAgree.java276 public String getEncryptionAlgorithm() { method in class:SecurityAgree
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptedPrivateKeyInfo.java55 public AlgorithmIdentifier getEncryptionAlgorithm() method in class:EncryptedPrivateKeyInfo
H A DEncryptedData.java89 public AlgorithmIdentifier getEncryptionAlgorithm() method in class:EncryptedData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKPKCS12KeyStore.java771 PrivateKey privKey = unwrapKey(eIn.getEncryptionAlgorithm(), eIn.getEncryptedData(), password, wrongPKCS12Zero);
855 byte[] octets = cryptData(false, d.getEncryptionAlgorithm(),
870 PrivateKey privKey = unwrapKey(eIn.getEncryptionAlgorithm(), eIn.getEncryptedData(), password, wrongPKCS12Zero);

Completed in 66 milliseconds