mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
46 lines
1.1 KiB
Smali
46 lines
1.1 KiB
Smali
.class Lcom/google/common/hash/Hashing$Sha384Holder;
|
|
.super Ljava/lang/Object;
|
|
.source "Hashing.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/hash/Hashing;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0xa
|
|
name = "Sha384Holder"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field static final SHA_384:Lcom/google/common/hash/HashFunction;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
.line 265
|
|
new-instance v0, Lcom/google/common/hash/MessageDigestHashFunction;
|
|
|
|
const-string v1, "SHA-384"
|
|
|
|
const-string v2, "Hashing.sha384()"
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/google/common/hash/MessageDigestHashFunction;-><init>(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
sput-object v0, Lcom/google/common/hash/Hashing$Sha384Holder;->SHA_384:Lcom/google/common/hash/HashFunction;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 264
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|