public abstract class NAbstractSecureString extends Object implements net.thevpc.nuts.security.NSecureString
| Modifier and Type | Field and Description |
|---|---|
protected char[] |
value |
| Constructor and Description |
|---|
NAbstractSecureString(char[] value) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
callWithContent(Function<char[],R> mapper) |
void |
close() |
boolean |
constantTimeEquals(net.thevpc.nuts.security.NSecureString other) |
net.thevpc.nuts.security.NSecureString |
doWithContent(Consumer<char[]> consumer) |
public <R> R callWithContent(Function<char[],R> mapper)
callWithContent in interface net.thevpc.nuts.security.NSecureStringpublic net.thevpc.nuts.security.NSecureString doWithContent(Consumer<char[]> consumer)
doWithContent in interface net.thevpc.nuts.security.NSecureStringpublic void close()
close in interface AutoCloseableclose in interface net.thevpc.nuts.security.NSecureStringpublic boolean constantTimeEquals(net.thevpc.nuts.security.NSecureString other)
constantTimeEquals in interface net.thevpc.nuts.security.NSecureStringCopyright © 2026 vpc open source initiative. All rights reserved.