Package com.bld.crypto.jks.annotation
Annotation Interface CryptoJks
The Interface CryptoJks.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDecrypt.Encrypt.booleanUrl.
-
Element Details
-
url
boolean urlUrl.- Returns:
- true, if successful
- Default:
false
-
encrypt
CryptoType encryptEncrypt.- Returns:
- the crypto type
- Default:
publicKey
-
decrypt
CryptoType decryptDecrypt.- Returns:
- the crypto type
- Default:
privateKey
-