359360361362363364365366
} return this; } public Yoke secretSecurity(@NotNull final String secret) { this.security = new SecretSecurity(secret); return this; }
364365366367368369370371
this.security = new SecretSecurity(secret); return this; } public Yoke secretSecurity(@NotNull final byte[] secret) { this.security = new SecretSecurity(secret); return this; }