Class BackupAuthCredentialPresentation
-
- All Implemented Interfaces:
public final class BackupAuthCredentialPresentation extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description BackupAuthCredentialPresentation(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description voidverify(GenericServerSecretParams serverParams)voidverify(Instant currentTime, GenericServerSecretParams serverParams)Array<byte>getBackupId()BackupLevelgetBackupLevel()BackupCredentialTypegetType()-
-
Constructor Detail
-
BackupAuthCredentialPresentation
BackupAuthCredentialPresentation(Array<byte> contents)
-
-
Method Detail
-
verify
void verify(GenericServerSecretParams serverParams)
-
verify
void verify(Instant currentTime, GenericServerSecretParams serverParams)
-
getBackupId
Array<byte> getBackupId()
-
getBackupLevel
BackupLevel getBackupLevel()
-
getType
BackupCredentialType getType()
-
-
-
-