v
Size: a a a
v
v
{:name setKeyInfo,
:return-type void,
:declaring-class org.apache.xml.security.encryption.EncryptedType,
:parameter-types [org.apache.xml.security.keys.KeyInfo],
:exception-types [],
:flags #{:public :abstract}}
v
AK
v
// java:
encryptedData.setKeyInfo(keyInfo);
;; clj:
(.setKeyInfo enc-data key-info)
AK
AK
v
;; locals в cider debugger:
Class: clojure.lang.PersistentArrayMap
Contents:
xml = [#document: null]
key-info = org.apache.xml.security.keys.KeyInfo@21b5535f
enc-data = org.apache.xml.security.encryption.XMLCipher$Factory$EncryptedDataImpl@450be4c5
AK
v
v
AK
AK
v
VP
VP
VP
AC
DL
OR