func golang.org/x/crypto/openpgp/packet.NewRSAPublicKey
6 uses
golang.org/x/crypto/openpgp/packet (current package)
private_key.go#L41: pk.PublicKey = *NewRSAPublicKey(creationTime, &priv.PublicKey)
private_key.go#L75: pk.PublicKey = *NewRSAPublicKey(creationTime, pubkey)
private_key.go#L77: pk.PublicKey = *NewRSAPublicKey(creationTime, &pubkey)
public_key.go#L183: func NewRSAPublicKey(creationTime time.Time, pub *rsa.PublicKey) *PublicKey {
golang.org/x/crypto/openpgp
keys.go#L528: PrimaryKey: packet.NewRSAPublicKey(creationTime, &signingPriv.PublicKey),
keys.go#L566: PublicKey: packet.NewRSAPublicKey(creationTime, &encryptingPriv.PublicKey),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |