Class BackupAuthCredential
-
- All Implemented Interfaces:
public final class BackupAuthCredential extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description BackupAuthCredential(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description BackupAuthCredentialPresentationpresent(GenericServerPublicParams serverParams)BackupAuthCredentialPresentationpresent(GenericServerPublicParams serverParams, SecureRandom secureRandom)Array<byte>getBackupId()BackupLevelgetBackupLevel()BackupCredentialTypegetType()-
-
Constructor Detail
-
BackupAuthCredential
BackupAuthCredential(Array<byte> contents)
-
-
Method Detail
-
present
BackupAuthCredentialPresentation present(GenericServerPublicParams serverParams)
-
present
BackupAuthCredentialPresentation present(GenericServerPublicParams serverParams, SecureRandom secureRandom)
-
getBackupId
Array<byte> getBackupId()
-
getBackupLevel
BackupLevel getBackupLevel()
-
getType
BackupCredentialType getType()
-
-
-
-