public static final class KeyTransportAlgorithmPredicate.SelectionInput extends Object
KeyTransportAlgorithmPredicate
.Constructor and Description |
---|
SelectionInput(String keyTransportAlgorithmCandidate,
String dataEncryptionAlgorithmCandidate,
Credential keyTransportCredentialCandidate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataEncryptionAlgorithm()
Get the candidate data encryption algorithm.
|
String |
getKeyTransportAlgorithm()
Get the candidate key transport algorithm.
|
Credential |
getKeyTransportCredential()
Get the candidate key transport credential.
|
public SelectionInput(@Nonnull String keyTransportAlgorithmCandidate, @Nullable String dataEncryptionAlgorithmCandidate, @Nullable Credential keyTransportCredentialCandidate)
keyTransportAlgorithmCandidate
- the candidate key transport algorithmdataEncryptionAlgorithmCandidate
- the candidate data encryption algorithmkeyTransportCredentialCandidate
- the candidate key transport credential@Nonnull public String getKeyTransportAlgorithm()
@Nullable public String getDataEncryptionAlgorithm()
@Nullable public Credential getKeyTransportCredential()
Copyright © 2017. All rights reserved.