Example #1
0
 private void handshake() throws SecurityVaultException {
   Map<String, Object> handshakeOptions = new HashMap<String, Object>();
   handshakeOptions.put(PicketBoxSecurityVault.PUBLIC_CERT, vaultAlias);
   handshakeKey = vault.handshake(handshakeOptions);
 }